ArmComputeModelFactory.DiskAccessData Method
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.
Initializes a new instance of DiskAccessData.
public static Azure.ResourceManager.Compute.DiskAccessData DiskAccessData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionData> privateEndpointConnections = default, string provisioningState = default, DateTimeOffset? timeCreated = default);
static member DiskAccessData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Resources.Models.ExtendedLocation * seq<Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionData> * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Compute.DiskAccessData
Public Shared Function DiskAccessData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional privateEndpointConnections As IEnumerable(Of ComputePrivateEndpointConnectionData) = Nothing, Optional provisioningState As String = Nothing, Optional timeCreated As Nullable(Of DateTimeOffset) = Nothing) As DiskAccessData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- extendedLocation
- ExtendedLocation
The extended location where the disk access will be created. Extended location cannot be changed.
- privateEndpointConnections
- IEnumerable<ComputePrivateEndpointConnectionData>
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.
- timeCreated
- Nullable<DateTimeOffset>
The time when the disk access was created.
Returns
A new DiskAccessData instance for mocking.
Applies to
Azure SDK for .NET