ExtensionConfiguration.NamedRole 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
ExtensionConfiguration.NamedRole() |
Initializes a new instance of the NamedRole class. |
ExtensionConfiguration.NamedRole(String, IList<ExtensionConfiguration.Extension>) |
Initializes a new instance of the NamedRole class with required arguments. |
ExtensionConfiguration.NamedRole()
Initializes a new instance of the NamedRole class.
public NamedRole();
Public Sub New ()
Applies to
ExtensionConfiguration.NamedRole(String, IList<ExtensionConfiguration.Extension>)
Initializes a new instance of the NamedRole class with required arguments.
public NamedRole(string roleName, System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration.Extension> extensions);
new Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration.NamedRole : string * System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration.Extension> -> Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration.NamedRole
Public Sub New (roleName As String, extensions As IList(Of ExtensionConfiguration.Extension))
Parameters
- roleName
- String
- extensions
- IList<ExtensionConfiguration.Extension>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET