DiskAccessInner 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.
disk access resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DiskAccessInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DiskAccessInner = class
inherit Resource
Public Class DiskAccessInner
Inherits Resource
- Inheritance
- Attributes
Constructors
DiskAccessInner() |
Initializes a new instance of the DiskAccessInner class. |
DiskAccessInner(String, String, String, String, IDictionary<String,String>, IList<PrivateEndpointConnection>, String, Nullable<DateTime>) |
Initializes a new instance of the DiskAccessInner class. |
Properties
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
PrivateEndpointConnections |
Gets a readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. |
ProvisioningState |
Gets the disk access resource provisioning state. |
Tags |
Resource tags (Inherited from Resource) |
TimeCreated |
Gets the time when the disk access was created. |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET