UserAssignedProperties 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.
User assigned identity properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.UserAssignedPropertiesTypeConverter))]
public class UserAssignedProperties : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IUserAssignedProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.UserAssignedPropertiesTypeConverter))>]
type UserAssignedProperties = class
interface IUserAssignedProperties
interface IJsonSerializable
Public Class UserAssignedProperties
Implements IUserAssignedProperties
- Inheritance
-
UserAssignedProperties
- Attributes
- Implements
Constructors
UserAssignedProperties() |
Creates an new UserAssignedProperties instance. |
Properties
ResourceId |
Arm resource id for user assigned identity to be used to fetch MSI token. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserAssignedProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UserAssignedProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IUserAssignedProperties. |
FromJsonString(String) |
Creates a new instance of UserAssignedProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserAssignedProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |