CloudServiceExtensionProfile 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
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)