IAssociation Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to