Aracılığıyla paylaş


GrantAccessData Constructors

Definition

Overloads

GrantAccessData()

Initializes a new instance of the GrantAccessData class.

GrantAccessData(String, Int32, Nullable<Boolean>)

Initializes a new instance of the GrantAccessData class.

GrantAccessData()

Initializes a new instance of the GrantAccessData class.

public GrantAccessData ();
Public Sub New ()

Applies to

GrantAccessData(String, Int32, Nullable<Boolean>)

Initializes a new instance of the GrantAccessData class.

public GrantAccessData (string access, int durationInSeconds, bool? getSecureVMGuestStateSAS = default);
new Microsoft.Azure.Management.Compute.Models.GrantAccessData : string * int * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.GrantAccessData
Public Sub New (access As String, durationInSeconds As Integer, Optional getSecureVMGuestStateSAS As Nullable(Of Boolean) = Nothing)

Parameters

access
String

Possible values include: 'None', 'Read', 'Write'

durationInSeconds
Int32

Time duration in seconds until the SAS access expires.

getSecureVMGuestStateSAS
Nullable<Boolean>

Set this flag to true to get additional SAS for VM guest state

Applies to