GrantAccessData 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
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.
Set this flag to true to get additional SAS for VM guest state
Applies to
Azure SDK for .NET