Compartir a través de


Association Class

Definition

The resource definition of this association.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.AssociationTypeConverter))]
public class Association : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IAssociation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.AssociationTypeConverter))>]
type Association = class
    interface IAssociation
    interface IJsonSerializable
Public Class Association
Implements IAssociation
Inheritance
Association
Attributes
Implements

Constructors

Association()

Creates an new Association instance.

Properties

Id

The association id.

Name

The association name.

ProvisioningState

The provisioning state of the association.

TargetResourceId

The REST resource instance of the target resource for this association.

Type

The association type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Association.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Association.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IAssociation.

FromJsonString(String)

Creates a new instance of Association, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Association into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to