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

IServiceLinkerIdentity Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to