GrantAccessData Class
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.
Data used for requesting a SAS.
public class GrantAccessData : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GrantAccessData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GrantAccessData>
type GrantAccessData = class
interface IJsonModel<GrantAccessData>
interface IPersistableModel<GrantAccessData>
Public Class GrantAccessData
Implements IJsonModel(Of GrantAccessData), IPersistableModel(Of GrantAccessData)
- Inheritance
-
GrantAccessData
- Implements
Constructors
GrantAccessData(AccessLevel, Int32) |
Initializes a new instance of GrantAccessData. |
Properties
Access |
The Access Level, accepted values include None, Read, Write. |
DurationInSeconds |
Time duration in seconds until the SAS access expires. |
FileFormat |
Used to specify the file format when making request for SAS on a VHDX file format snapshot. |
GetSecureVmGuestStateSas |
Set this flag to true to get additional SAS for VM guest state. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<GrantAccessData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GrantAccessData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GrantAccessData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GrantAccessData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GrantAccessData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET