Freigeben über


ArmComputeModelFactory.DiskAccessData Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

tags
IDictionary<String,String>

Die Tags.

location
AzureLocation

Der Speicherort.

extendedLocation
ExtendedLocation

Der erweiterte Speicherort, an dem der Datenträgerzugriff erstellt wird. Der erweiterte Speicherort kann nicht geändert werden.

privateEndpointConnections
IEnumerable<ComputePrivateEndpointConnectionData>

Eine schreibgeschützte Sammlung privater Endpunktverbindungen, die auf dem Datenträger erstellt werden. Derzeit wird nur eine Endpunktverbindung unterstützt.

provisioningState
String

Der Bereitstellungsstatus der Datenträgerzugriffsressource.

timeCreated
Nullable<DateTimeOffset>

Der Zeitpunkt, zu dem der Datenträgerzugriff erstellt wurde.

Gibt zurück

Eine neue DiskAccessData instance zum Mocking.

Gilt für: