ExtensionConfiguration.NamedRole Class
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.
Specifies a list of extensions that are applied to specific roles in a deployment.
public class ExtensionConfiguration.NamedRole
type ExtensionConfiguration.NamedRole = class
Public Class ExtensionConfiguration.NamedRole
- Inheritance
-
ExtensionConfiguration.NamedRole
Constructors
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. |
Properties
Extensions |
Required. Represents an extension that is to be deployed to a role in a cloud service. |
RoleName |
Required. Specifies the name of the role. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET