IServiceLinkerIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |