MonitoringSolutionsIdentity 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.MonitoringSolutions.Models.MonitoringSolutionsIdentityTypeConverter))]
public class MonitoringSolutionsIdentity : Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IMonitoringSolutionsIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.MonitoringSolutionsIdentityTypeConverter))>]
type MonitoringSolutionsIdentity = class
interface IMonitoringSolutionsIdentity
interface IJsonSerializable
Public Class MonitoringSolutionsIdentity
Implements IMonitoringSolutionsIdentity
- Inheritance
-
MonitoringSolutionsIdentity
- Attributes
- Implements
Constructors
MonitoringSolutionsIdentity() |
Creates an new MonitoringSolutionsIdentity instance. |
Properties
Id |
Resource identity path |
ManagementAssociationName |
User ManagementAssociation Name. |
ManagementConfigurationName |
User Management Configuration Name. |
ProviderName |
Provider name for the parent resource. |
ResourceGroupName |
The name of the resource group to get. The name is case insensitive. |
ResourceName |
Parent resource name. |
ResourceType |
Resource type for the parent resource |
SolutionName |
User Solution Name. |
SubscriptionId |
Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MonitoringSolutionsIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MonitoringSolutionsIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IMonitoringSolutionsIdentity. |
FromJsonString(String) |
Creates a new instance of MonitoringSolutionsIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MonitoringSolutionsIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |