ManagedServicesIdentity 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.ManagedServices.Models.ManagedServicesIdentityTypeConverter))]
public class ManagedServicesIdentity : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.ManagedServicesIdentityTypeConverter))>]
type ManagedServicesIdentity = class
interface IManagedServicesIdentity
interface IJsonSerializable
Public Class ManagedServicesIdentity
Implements IManagedServicesIdentity
- Inheritance
-
ManagedServicesIdentity
- Attributes
- Implements
Constructors
ManagedServicesIdentity() |
Creates an new ManagedServicesIdentity instance. |
Properties
Id |
Resource identity path |
MarketplaceIdentifier |
The Azure Marketplace identifier. Expected formats: {publisher}.{product[-preview]}.{planName}.{version} or {publisher}.{product[-preview]}.{planName} or {publisher}.{product[-preview]} or {publisher}). |
RegistrationAssignmentId |
The GUID of the registration assignment. |
RegistrationDefinitionId |
The GUID of the registration definition. |
Scope |
The scope of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedServicesIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedServicesIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity. |
FromJsonString(String) |
Creates a new instance of ManagedServicesIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedServicesIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |