ServiceLinkerIdentity Class
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 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. |