ArmDevCenterModelFactory.AttachedNetworkConnectionData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von AttachedNetworkConnectionData.
public static Azure.ResourceManager.DevCenter.AttachedNetworkConnectionData AttachedNetworkConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier networkConnectionId = default, Azure.Core.AzureLocation? networkConnectionLocation = default, Azure.ResourceManager.DevCenter.Models.DevCenterHealthCheckStatus? healthCheckStatus = default, Azure.ResourceManager.DevCenter.Models.DomainJoinType? domainJoinType = default);
static member AttachedNetworkConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState> * Azure.Core.ResourceIdentifier * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterHealthCheckStatus> * Nullable<Azure.ResourceManager.DevCenter.Models.DomainJoinType> -> Azure.ResourceManager.DevCenter.AttachedNetworkConnectionData
Public Shared Function AttachedNetworkConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of DevCenterProvisioningState) = Nothing, Optional networkConnectionId As ResourceIdentifier = Nothing, Optional networkConnectionLocation As Nullable(Of AzureLocation) = Nothing, Optional healthCheckStatus As Nullable(Of DevCenterHealthCheckStatus) = Nothing, Optional domainJoinType As Nullable(Of DomainJoinType) = Nothing) As AttachedNetworkConnectionData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- provisioningState
- Nullable<DevCenterProvisioningState>
Der Bereitstellungsstatus der Ressource.
- networkConnectionId
- ResourceIdentifier
Die Ressourcen-ID der NetworkConnection, die Sie anfügen möchten.
- networkConnectionLocation
- Nullable<AzureLocation>
Der geografische Standort, an dem sich die networkConnection-Ressource befindet, die in der Eigenschaft "networkConnectionResourceId" angegeben ist.
- healthCheckStatus
- Nullable<DevCenterHealthCheckStatus>
Integritätsprüfung status Werte.
- domainJoinType
- Nullable<DomainJoinType>
AAD Join-Typ des Netzwerks. Diese wird basierend auf der Netzwerkverbindung aufgefüllt, auf die verwiesen wird.
Gibt zurück
Eine neue AttachedNetworkConnectionData instance zum Simulieren.
Gilt für:
Azure SDK for .NET