ProxyResourceAutoGenerated Constructors

Definition

Overloads

Name Description
ProxyResourceAutoGenerated()

Initializes a new instance of the ProxyResourceAutoGenerated class.

ProxyResourceAutoGenerated(String, String, String, SystemData)

Initializes a new instance of the ProxyResourceAutoGenerated class.

ProxyResourceAutoGenerated()

Initializes a new instance of the ProxyResourceAutoGenerated class.

public ProxyResourceAutoGenerated();
Public Sub New ()

Applies to

ProxyResourceAutoGenerated(String, String, String, SystemData)

Initializes a new instance of the ProxyResourceAutoGenerated class.

public ProxyResourceAutoGenerated(string id = default, string name = default, string type = default, Microsoft.Azure.Management.CosmosDB.Models.SystemData systemData = default);
new Microsoft.Azure.Management.CosmosDB.Models.ProxyResourceAutoGenerated : string * string * string * Microsoft.Azure.Management.CosmosDB.Models.SystemData -> Microsoft.Azure.Management.CosmosDB.Models.ProxyResourceAutoGenerated
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Applies to