Share via


ServiceAssociationLink Class

Definition

ServiceAssociationLink resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ServiceAssociationLinkTypeConverter))]
public class ServiceAssociationLink : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ServiceAssociationLinkTypeConverter))>]
type ServiceAssociationLink = class
    interface IServiceAssociationLink
    interface IJsonSerializable
    interface ISubResourceAutoGenerated
    interface IValidates
Public Class ServiceAssociationLink
Implements IServiceAssociationLink, IValidates
Inheritance
ServiceAssociationLink
Attributes
Implements

Constructors

ServiceAssociationLink()

Creates an new ServiceAssociationLink instance.

Properties

AllowDelete

If true, the resource can be deleted.

Etag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

Link

Link to the external resource.

LinkedResourceType

Resource type of the linked resource.

Location

A list of locations.

Name

Name of the resource that is unique within a resource group. This name can be used to access the resource.

ProvisioningState

The provisioning state of the service association link resource.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceAssociationLink.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceAssociationLink.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceAssociationLink into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to