DelegatedResource Constructors

Definition

Overloads

Name Description
DelegatedResource()

Initializes a new instance of the DelegatedResource class.

DelegatedResource(String, Nullable<Guid>, String, String)

Initializes a new instance of the DelegatedResource class.

DelegatedResource()

Initializes a new instance of the DelegatedResource class.

public DelegatedResource();
Public Sub New ()

Applies to

DelegatedResource(String, Nullable<Guid>, String, String)

Initializes a new instance of the DelegatedResource class.

public DelegatedResource(string resourceId = default, Guid? tenantId = default, string referralResource = default, string location = default);
new Microsoft.Azure.Management.ContainerService.Models.DelegatedResource : string * Nullable<Guid> * string * string -> Microsoft.Azure.Management.ContainerService.Models.DelegatedResource
Public Sub New (Optional resourceId As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional referralResource As String = Nothing, Optional location As String = Nothing)

Parameters

resourceId
String

The ARM resource id of the delegated resource - internal use only.

tenantId
Nullable<Guid>

The tenant id of the delegated resource - internal use only.

referralResource
String

The delegation id of the referral delegation (optional) - internal use only.

location
String

The source resource location - internal use only.

Applies to