次の方法で共有


IWithManagedServiceIdentity インターフェイス

定義

暗黙的なマネージド サービス ID (MSI) を有効にできるストレージ アカウント定義のステージ。

public interface IWithManagedServiceIdentity : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithManagedServiceIdentityBeta
type IWithManagedServiceIdentity = interface
    interface IWithManagedServiceIdentityBeta
    interface IBeta
Public Interface IWithManagedServiceIdentity
Implements IBeta, IWithManagedServiceIdentityBeta
派生
実装

メソッド

WithSystemAssignedManagedServiceIdentity()

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

(継承元 IWithManagedServiceIdentityBeta)

適用対象