PSAutoUserSpecification 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.
public PSAutoUserSpecification (Microsoft.Azure.Batch.Common.AutoUserScope? scope = default, Microsoft.Azure.Batch.Common.ElevationLevel? elevationLevel = default);
new Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification : Nullable<Microsoft.Azure.Batch.Common.AutoUserScope> * Nullable<Microsoft.Azure.Batch.Common.ElevationLevel> -> Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification
Public Sub New (Optional scope As Nullable(Of AutoUserScope) = Nothing, Optional elevationLevel As Nullable(Of ElevationLevel) = Nothing)
Parameters
- scope
- Nullable<AutoUserScope>
- elevationLevel
- Nullable<ElevationLevel>