DiskAccessInner 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
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. |
DiskAccessInner()
Initializes a new instance of the DiskAccessInner class.
public DiskAccessInner ();
Public Sub New ()
Applies to
DiskAccessInner(String, String, String, String, IDictionary<String,String>, IList<PrivateEndpointConnection>, String, Nullable<DateTime>)
Initializes a new instance of the DiskAccessInner class.
public DiskAccessInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.PrivateEndpointConnection> privateEndpointConnections = default, string provisioningState = default, DateTime? timeCreated = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DiskAccessInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.PrivateEndpointConnection> * string * Nullable<DateTime> -> Microsoft.Azure.Management.Compute.Fluent.Models.DiskAccessInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional provisioningState As String = Nothing, Optional timeCreated As Nullable(Of DateTime) = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- privateEndpointConnections
- IList<PrivateEndpointConnection>
A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported.
- provisioningState
- String
The disk access resource provisioning state.
Applies to
Azure SDK for .NET