ProxyResource Constructors

Definition

Overloads

ProxyResource()

Initializes a new instance of the ProxyResource class.

ProxyResource(String, String, String)

Initializes a new instance of the ProxyResource class.

ProxyResource()

Initializes a new instance of the ProxyResource class.

C#
public ProxyResource();

Applies to

Azure SDK for .NET Legacy
ผลิตภัณฑ์ เวอร์ชัน
Azure SDK for .NET Legacy

ProxyResource(String, String, String)

Initializes a new instance of the ProxyResource class.

C#
public ProxyResource(string id = default, string name = default, string type = default);

Parameters

id
String

Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.

name
String

The name of the resource

type
String

The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.

Applies to

Azure SDK for .NET Legacy
ผลิตภัณฑ์ เวอร์ชัน
Azure SDK for .NET Legacy