CimSubscriptionDeliveryOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CimSubscriptionDeliveryOptions() | |
CimSubscriptionDeliveryOptions(CimSubscriptionDeliveryType) | |
CimSubscriptionDeliveryOptions(CimSubscriptionDeliveryOptions) |
CimSubscriptionDeliveryOptions()
public:
CimSubscriptionDeliveryOptions();
public:
CimSubscriptionDeliveryOptions();
CimSubscriptionDeliveryOptions();
public CimSubscriptionDeliveryOptions ();
Public Sub New ()
Applies to
CimSubscriptionDeliveryOptions(CimSubscriptionDeliveryType)
public:
CimSubscriptionDeliveryOptions(Microsoft::Management::Infrastructure::CimSubscriptionDeliveryType types);
public:
CimSubscriptionDeliveryOptions(Microsoft::Management::Infrastructure::CimSubscriptionDeliveryType types);
CimSubscriptionDeliveryOptions(Microsoft::Management::Infrastructure::CimSubscriptionDeliveryType types);
public CimSubscriptionDeliveryOptions (Microsoft.Management.Infrastructure.CimSubscriptionDeliveryType types);
new Microsoft.Management.Infrastructure.Options.CimSubscriptionDeliveryOptions : Microsoft.Management.Infrastructure.CimSubscriptionDeliveryType -> Microsoft.Management.Infrastructure.Options.CimSubscriptionDeliveryOptions
Public Sub New (types As CimSubscriptionDeliveryType)
Parameters
Applies to
CimSubscriptionDeliveryOptions(CimSubscriptionDeliveryOptions)
public:
CimSubscriptionDeliveryOptions(Microsoft::Management::Infrastructure::Options::CimSubscriptionDeliveryOptions ^ optionsToClone);
public CimSubscriptionDeliveryOptions (Microsoft.Management.Infrastructure.Options.CimSubscriptionDeliveryOptions optionsToClone);
new Microsoft.Management.Infrastructure.Options.CimSubscriptionDeliveryOptions : Microsoft.Management.Infrastructure.Options.CimSubscriptionDeliveryOptions -> Microsoft.Management.Infrastructure.Options.CimSubscriptionDeliveryOptions
Public Sub New (optionsToClone As CimSubscriptionDeliveryOptions)
Parameters
- optionsToClone
- CimSubscriptionDeliveryOptions