次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含むストレージ アカウントの更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount>, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IWithAccessTier, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IWithAccessTraffic, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IWithAzureFilesAadIntegration, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IWithCustomDomain, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IWithEncryption, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IWithManagedServiceIdentity, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IWithNetworkAccess, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IWithSku, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IWithUpgrade
type IUpdate = interface
    interface IAppliable<IStorageAccount>
    interface IIndexable
    interface IWithSku
    interface IWithSkuBeta
    interface IBeta
    interface IWithCustomDomain
    interface IWithEncryption
    interface IWithEncryptionBeta
    interface IWithAccessTier
    interface IWithManagedServiceIdentity
    interface IWithManagedServiceIdentityBeta
    interface IWithAccessTraffic
    interface IWithNetworkAccess
    interface IWithUpgrade
    interface IWithAzureFilesAadIntegration
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IStorageAccount), IBeta, IUpdateWithTags(Of IUpdate), IWithAccessTier, IWithAccessTraffic, IWithAzureFilesAadIntegration, IWithCustomDomain, IWithEncryption, IWithManagedServiceIdentity, IWithNetworkAccess, IWithSku, IWithUpgrade
実装

プロパティ

Key

変更可能なすべての設定を含むストレージ アカウントの更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
UpgradeToGeneralPurposeAccountKindV2()

Gets ストレージ アカウントを V2 の種類にアップグレードすることを指定します。

(継承元 IWithUpgrade)
WithAccessFromAllNetworks()

既定ですべてのネットワークからストレージ アカウントへのアクセスを許可するように指定します。

(継承元 IWithNetworkAccess)
WithAccessFromAzureServices()

Microsoft Azure サービスで実行されているアプリケーションからストレージ アカウントへのアクセスを許可するように指定します。

(継承元 IWithNetworkAccess)
WithAccessFromIpAddress(String)

特定の IP アドレスからストレージ アカウントへのアクセスを許可するように指定します。

(継承元 IWithNetworkAccess)
WithAccessFromIpAddressRange(String)

特定の IP 範囲からストレージ アカウントへのアクセスを許可するように指定します。

(継承元 IWithNetworkAccess)
WithAccessFromNetworkSubnet(String)

特定の仮想ネットワーク サブネットからのストレージ アカウントへのアクセスを許可するように指定します。

(継承元 IWithNetworkAccess)
WithAccessFromSelectedNetworks()

WithNetworkAccess.withAccessFromNetworkSubnet(String)、WithNetworkAccess.withAccessFromIpAddress(String) および WithNetworkAccess.withAccessFromIpAddressRange(String) を介して指定されたネットワークを除くすべてのネットワークから、ストレージ アカウントへの既定のアクセスを拒否するように指定します。

(継承元 IWithNetworkAccess)
WithAccessTier(AccessTier)

課金に使用するアクセス層を指定します。 アクセス層は、7 日 (168 時間) に 1 回以上変更することはできません。 StandardLRS、StandardGRS、StandardRAGRS、または PremiumLRS アカウントの種類に対してアクセス層を設定することはできません。

(継承元 IWithAccessTier)
WithAzureFilesAadIntegrationEnabled(Boolean)

Azure ファイル Aad 統合を有効にするかどうかを指定します。

(継承元 IWithAzureFilesAadIntegration)
WithBlobEncryption()

BLOB サービスの暗号化を有効にします。

(継承元 IWithEncryptionBeta)
WithCustomDomain(CustomDomain)

ストレージ アカウントに割り当てられたユーザー ドメインを指定します。

(継承元 IWithCustomDomain)
WithCustomDomain(String)

ストレージ アカウントに割り当てられたユーザー ドメインを指定します。

(継承元 IWithCustomDomain)
WithCustomDomain(String, Boolean)

ストレージ アカウントに割り当てられたユーザー ドメインを指定します。

(継承元 IWithCustomDomain)
WithEncryption()

BLOB サービスの暗号化を有効にします。

(継承元 IWithEncryption)
WithEncryptionKeyFromKeyVault(String, String, String)

暗号化のキーとして使用する KeyVault キーを指定します。

(継承元 IWithEncryptionBeta)
WithFileEncryption()

ファイル サービスの暗号化を有効にします。

(継承元 IWithEncryptionBeta)
WithHttpAndHttpsTraffic()

ストレージ アカウントに対して http と https の両方のトラフィックを許可するように指定します。

(継承元 IWithAccessTraffic)
WithOnlyHttpsTraffic()

ストレージ アカウントに対して https トラフィックのみを許可するように指定します。

(継承元 IWithAccessTraffic)
WithoutAccessFromAzureServices()

Azure で実行されているアプリケーションからストレージ アカウントに以前に追加したアクセス例外を削除するように指定します。

(継承元 IWithNetworkAccess)
WithoutBlobEncryption()

BLOB サービスの暗号化を無効にします。

(継承元 IWithEncryptionBeta)
WithoutEncryption()

BLOB サービスの暗号化を無効にします。

(継承元 IWithEncryption)
WithoutFileEncryption()

ファイル サービスの暗号化を無効にします。

(継承元 IWithEncryptionBeta)
WithoutIpAddressAccess(String)

特定の IP アドレスから以前に許可されたアクセスを削除することを指定します。

(継承元 IWithNetworkAccess)
WithoutIpAddressRangeAccess(String)

特定の IP 範囲から以前に許可されたアクセスを削除することを指定します。

(継承元 IWithNetworkAccess)
WithoutNetworkSubnetAccess(String)

特定の仮想ネットワーク サブネットから以前に許可されたアクセスを削除することを指定します。

(継承元 IWithNetworkAccess)
WithoutReadAccessToLoggingFromAnyNetwork()

以前に追加した読み取りアクセス例外を、任意のネットワークからのストレージ ログに削除するように指定します。

(継承元 IWithNetworkAccess)
WithoutReadAccessToMetricsFromAnyNetwork()

以前に追加した読み取りアクセス例外を、任意のネットワークからストレージ メトリックに削除するように指定します。

(継承元 IWithNetworkAccess)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithReadAccessToLogEntriesFromAnyNetwork()

ストレージ ログへの読み取りアクセスを任意のネットワークから許可するように指定します。

(継承元 IWithNetworkAccess)
WithReadAccessToMetricsFromAnyNetwork()

ストレージ メトリックへの読み取りアクセスを任意のネットワークから許可するように指定します。

(継承元 IWithNetworkAccess)
WithSku(SkuName)

ストレージ アカウントの SKU を指定します。

(継承元 IWithSku)
WithSku(StorageAccountSkuType)

ストレージ アカウントの SKU を指定します。

(継承元 IWithSkuBeta)
WithSystemAssignedManagedServiceIdentity()

暗黙的なマネージド サービス ID (MSI) を有効にする必要があることを指定します。

(継承元 IWithManagedServiceIdentityBeta)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)

適用対象