AutoUserSpecification Constructor
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.
Initializes a new instance of the AutoUserSpecification class.
public AutoUserSpecification (Microsoft.Azure.Batch.Common.AutoUserScope? scope = default, Microsoft.Azure.Batch.Common.ElevationLevel? elevationLevel = default);
new Microsoft.Azure.Batch.AutoUserSpecification : Nullable<Microsoft.Azure.Batch.Common.AutoUserScope> * Nullable<Microsoft.Azure.Batch.Common.ElevationLevel> -> Microsoft.Azure.Batch.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. If omitted, the default is Pool.
- elevationLevel
- Nullable<ElevationLevel>
The elevation level of the auto user. If omitted, the default is NonAdmin.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET