DefenderForStorageIdentity 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.DefenderForStorage.Models.DefenderForStorageIdentityTypeConverter))]
public class DefenderForStorageIdentity : Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Models.IDefenderForStorageIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Models.DefenderForStorageIdentityTypeConverter))>]
type DefenderForStorageIdentity = class
interface IDefenderForStorageIdentity
interface IJsonSerializable
Public Class DefenderForStorageIdentity
Implements IDefenderForStorageIdentity
- Inheritance
-
DefenderForStorageIdentity
- Attributes
- Implements
Constructors
DefenderForStorageIdentity() |
Creates an new DefenderForStorageIdentity instance. |
Properties
Id |
Resource identity path |
ResourceId |
The identifier of the resource. |
SettingName |
Defender for Storage setting name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderForStorageIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderForStorageIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Models.IDefenderForStorageIdentity. |
FromJsonString(String) |
Creates a new instance of DefenderForStorageIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderForStorageIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |