次の方法で共有


SharedPrivateLinkResourceProvisioningState 列挙型

定義

SharedPrivateLinkResourceProvisioningState の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SharedPrivateLinkResourceProvisioningState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SharedPrivateLinkResourceProvisioningState = 
Public Enum SharedPrivateLinkResourceProvisioningState
継承
SharedPrivateLinkResourceProvisioningState
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

名前 説明
Updating 0
Deleting 1
Failed 2
Succeeded 3
Incomplete 4

適用対象