ManagedIdentityAuthPropertiesUpdate 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.
The managed identity auth properties for dataShare connection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagedIdentityAuthPropertiesUpdateTypeConverter))]
public class ManagedIdentityAuthPropertiesUpdate : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IManagedIdentityAuthPropertiesUpdate, Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagedIdentityAuthPropertiesUpdateTypeConverter))>]
type ManagedIdentityAuthPropertiesUpdate = class
interface IManagedIdentityAuthPropertiesUpdate
interface IJsonSerializable
interface IStorageConnectorAuthPropertiesUpdate
interface IValidates
Public Class ManagedIdentityAuthPropertiesUpdate
Implements IManagedIdentityAuthPropertiesUpdate, IValidates
- Inheritance
-
ManagedIdentityAuthPropertiesUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedIdentityAuthPropertiesUpdate() |
Creates an new ManagedIdentityAuthPropertiesUpdate instance. |
Properties
| Name | Description |
|---|---|
| IdentityResourceId |
ARM ResourceId of the managed identity that should be used to authenticate to the backing data source. |
| Type |
Type of the authentication properties. Controls the type of the authProperties object |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedIdentityAuthPropertiesUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedIdentityAuthPropertiesUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IManagedIdentityAuthPropertiesUpdate. |
| FromJsonString(String) |
Creates a new instance of ManagedIdentityAuthPropertiesUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedIdentityAuthPropertiesUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |