Leggere in inglese

Condividi tramite


ArmComputeModelFactory.DiskAccessData Method

Definition

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);

Parameters

id
ResourceIdentifier

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