你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceLinkerIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.ServiceLinkerIdentityTypeConverter))]
public class ServiceLinkerIdentity : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.IServiceLinkerIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.ServiceLinkerIdentityTypeConverter))>]
type ServiceLinkerIdentity = class
    interface IServiceLinkerIdentity
    interface IJsonSerializable
Public Class ServiceLinkerIdentity
Implements IServiceLinkerIdentity
Inheritance
ServiceLinkerIdentity
Attributes
Implements

Constructors

ServiceLinkerIdentity()

Creates an new ServiceLinkerIdentity instance.

Properties

ConnectorName

The name of resource.

DryrunName

The name of dryrun.

Id

Resource identity path

LinkerName

The name Linker resource.

Location

The name of Azure region.

ResourceGroupName

The name of the resource group. The name is case insensitive.

ResourceUri

The fully qualified Azure Resource manager identifier of the resource to be connected.

SubscriptionId

The ID of the target subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceLinkerIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceLinkerIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.IServiceLinkerIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceLinkerIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to