ArmMonitorModelFactory.MonitorPrivateLinkScopedResourceData 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 MonitorPrivateLinkScopedResourceData.
public static Azure.ResourceManager.Monitor.MonitorPrivateLinkScopedResourceData MonitorPrivateLinkScopedResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier linkedResourceId = default, string provisioningState = default);
static member MonitorPrivateLinkScopedResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.Monitor.MonitorPrivateLinkScopedResourceData
Public Shared Function MonitorPrivateLinkScopedResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional linkedResourceId As ResourceIdentifier = Nothing, Optional provisioningState As String = Nothing) As MonitorPrivateLinkScopedResourceData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- linkedResourceId
- ResourceIdentifier
Die Ressourcen-ID der bereichsbezogenen Azure monitor-Ressource.
- provisioningState
- String
Status der Verbindung mit dem privaten Endpunkt.
Gibt zurück
Eine neue MonitorPrivateLinkScopedResourceData instance zum Simulieren.
Gilt für:
Azure SDK for .NET