次の方法で共有


EventSubscriptionIdentity.IdentityType プロパティ

定義

使用されるマネージド ID の種類。 型 'SystemAssigned, UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' では、任意の ID が削除されます。

public Azure.ResourceManager.EventGrid.Models.EventSubscriptionIdentityType? IdentityType { get; set; }
member this.IdentityType : Nullable<Azure.ResourceManager.EventGrid.Models.EventSubscriptionIdentityType> with get, set
Public Property IdentityType As Nullable(Of EventSubscriptionIdentityType)

プロパティ値

適用対象