IStorageAccountBeta Interface

Definition

An immutable client-side representation of an Azure storage account.

public interface IStorageAccountBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IStorageAccountBeta = interface
    interface IBeta
Public Interface IStorageAccountBeta
Implements IBeta
Derived
Implements

Properties

CanAccessFromAzureServices

Gets Checks storage account can be accessed from applications running on azure.

CanReadLogEntriesFromAnyNetwork

Gets Checks storage log entries can be read from any network.

CanReadMetricsFromAnyNetwork

Gets Checks storage metrics can be read from any network.

IPAddressesWithAccess

Gets the list of ip addresses having access to the storage account.

IPAddressRangesWithAccess

Gets the list of ip address ranges having access to the storage account.

IsAccessAllowedFromAllNetworks

Gets true if authenticated application from any network is allowed to access the storage account, false if only application from whitelisted network (subnet, ip address, ip address range) can access the storage account.

NetworkSubnetsWithAccess

Gets the list of resource id of virtual network subnet having access to the storage account.

SkuType

Gets the sku of this storage account.

SystemAssignedManagedServiceIdentityPrincipalId

Gets the Managed Service Identity specific Active Directory service principal ID assigned to the storage account.

SystemAssignedManagedServiceIdentityTenantId

Gets the Managed Service Identity specific Active Directory tenant ID assigned to the storage account.

Applies to