Sdílet prostřednictvím


CimSubscriptionDeliveryOptions Constructors

Definition

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

Applies to