IdentitySelector 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.
IdentitySelector represents the selection of a managed identity for use.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IdentitySelectorTypeConverter))]
public class IdentitySelector : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIdentitySelector
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IdentitySelectorTypeConverter))>]
type IdentitySelector = class
interface IIdentitySelector
interface IJsonSerializable
Public Class IdentitySelector
Implements IIdentitySelector
- Inheritance
-
IdentitySelector
- Attributes
- Implements
Constructors
IdentitySelector() |
Creates an new IdentitySelector instance. |
Properties
IdentityType |
The type of managed identity that is being selected. |
UserAssignedIdentityResourceId |
The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IdentitySelector. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IdentitySelector. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIdentitySelector. |
FromJsonString(String) |
Creates a new instance of IdentitySelector, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of IdentitySelector into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |