ProxyOnlyResource Konstruktoren
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.
Überlädt
ProxyOnlyResource() |
Initialisiert eine neue instance der ProxyOnlyResource-Klasse. |
ProxyOnlyResource(String, String, String) |
Initialisiert eine neue instance der ProxyOnlyResource-Klasse. |
ProxyOnlyResource()
Initialisiert eine neue instance der ProxyOnlyResource-Klasse.
public ProxyOnlyResource ();
Public Sub New ()
Gilt für:
ProxyOnlyResource(String, String, String)
Initialisiert eine neue instance der ProxyOnlyResource-Klasse.
public ProxyOnlyResource (string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Monitor.Models.ProxyOnlyResource : string * string * string -> Microsoft.Azure.Management.Monitor.Models.ProxyOnlyResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameter
- id
- String
Azure-Ressourcen-ID
- name
- String
Name der Azure-Ressource
- type
- String
Azure-Ressourcentyp
Gilt für:
Azure SDK for .NET