다음을 통해 공유


CloudServiceExtensionProfile Constructors

Definition

Overloads

CloudServiceExtensionProfile()

Initializes a new instance of the CloudServiceExtensionProfile class.

CloudServiceExtensionProfile(IList<Extension>)

Initializes a new instance of the CloudServiceExtensionProfile class.

CloudServiceExtensionProfile()

Initializes a new instance of the CloudServiceExtensionProfile class.

public CloudServiceExtensionProfile ();
Public Sub New ()

Applies to

CloudServiceExtensionProfile(IList<Extension>)

Initializes a new instance of the CloudServiceExtensionProfile class.

public CloudServiceExtensionProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.Extension> extensions = default);
new Microsoft.Azure.Management.Compute.Models.CloudServiceExtensionProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.Extension> -> Microsoft.Azure.Management.Compute.Models.CloudServiceExtensionProfile
Public Sub New (Optional extensions As IList(Of Extension) = Nothing)

Parameters

extensions
IList<Extension>

List of extensions for the cloud service.

Applies to