SystemCreatedStorageAccount 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.MachineLearningServices.Models.Api20240401.SystemCreatedStorageAccountTypeConverter))]
public class SystemCreatedStorageAccount : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISystemCreatedStorageAccount
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SystemCreatedStorageAccountTypeConverter))>]
type SystemCreatedStorageAccount = class
interface ISystemCreatedStorageAccount
interface IJsonSerializable
Public Class SystemCreatedStorageAccount
Implements ISystemCreatedStorageAccount
- Inheritance
-
SystemCreatedStorageAccount
- Attributes
- Implements
Constructors
SystemCreatedStorageAccount() |
Creates an new SystemCreatedStorageAccount instance. |
Properties
AllowBlobPublicAccess |
Public blob access allowed |
ArmResourceIdResourceId |
Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}" |
StorageAccountHnsEnabled |
HNS enabled for storage account |
StorageAccountName |
Name of the storage account |
StorageAccountType |
Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS" |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SystemCreatedStorageAccount. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SystemCreatedStorageAccount. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISystemCreatedStorageAccount. |
FromJsonString(String) |
Creates a new instance of SystemCreatedStorageAccount, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SystemCreatedStorageAccount into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |