AutoUserSpecification 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
AutoUserSpecification() |
Initializes a new instance of the AutoUserSpecification class. |
AutoUserSpecification(Nullable<AutoUserScope>, Nullable<ElevationLevel>) |
Initializes a new instance of the AutoUserSpecification class. |
AutoUserSpecification()
- Source:
- AutoUserSpecification.cs
Initializes a new instance of the AutoUserSpecification class.
public AutoUserSpecification ();
Public Sub New ()
Applies to
AutoUserSpecification(Nullable<AutoUserScope>, Nullable<ElevationLevel>)
- Source:
- AutoUserSpecification.cs
Initializes a new instance of the AutoUserSpecification class.
public AutoUserSpecification (Microsoft.Azure.Batch.Protocol.Models.AutoUserScope? scope = default, Microsoft.Azure.Batch.Protocol.Models.ElevationLevel? elevationLevel = default);
new Microsoft.Azure.Batch.Protocol.Models.AutoUserSpecification : Nullable<Microsoft.Azure.Batch.Protocol.Models.AutoUserScope> * Nullable<Microsoft.Azure.Batch.Protocol.Models.ElevationLevel> -> Microsoft.Azure.Batch.Protocol.Models.AutoUserSpecification
Public Sub New (Optional scope As Nullable(Of AutoUserScope) = Nothing, Optional elevationLevel As Nullable(Of ElevationLevel) = Nothing)
Parameters
- scope
- Nullable<AutoUserScope>
The scope for the auto user
- elevationLevel
- Nullable<ElevationLevel>
The elevation level of the auto user.
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