ResourceReferenceExtended Constructors

Definition

Overloads

Name Description
ResourceReferenceExtended()

Initializes a new instance of the ResourceReferenceExtended class.

ResourceReferenceExtended(String, DeploymentExtension, String, IDictionary<String,Object>, String, ErrorDetail)

Initializes a new instance of the ResourceReferenceExtended class.

ResourceReferenceExtended()

Initializes a new instance of the ResourceReferenceExtended class.

public ResourceReferenceExtended();
Public Sub New ()

Applies to

ResourceReferenceExtended(String, DeploymentExtension, String, IDictionary<String,Object>, String, ErrorDetail)

Initializes a new instance of the ResourceReferenceExtended class.

public ResourceReferenceExtended(string id = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtension extension = default, string type = default, System.Collections.Generic.IDictionary<string,object> identifiers = default, string apiVersion = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ErrorDetail error = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ResourceReferenceExtended : string * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtension * string * System.Collections.Generic.IDictionary<string, obj> * string * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ErrorDetail -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ResourceReferenceExtended
Public Sub New (Optional id As String = Nothing, Optional extension As DeploymentExtension = Nothing, Optional type As String = Nothing, Optional identifiers As IDictionary(Of String, Object) = Nothing, Optional apiVersion As String = Nothing, Optional error As ErrorDetail = Nothing)

Parameters

id
String

The ARM Resource ID of a resource managed by the deployment stack.

extension
DeploymentExtension

The extension the resource was deployed with.

type
String

The resource type.

identifiers
IDictionary<String,Object>

The extensible resource identifiers.

apiVersion
String

The API version the resource was deployed with

error
ErrorDetail

The error detail.

Applies to