次の方法で共有


SubscriptionFeatureRegistrationProperties.ApprovalType プロパティ

定義

機能の承認の種類を取得します。 使用できる値は、'NotSpecified'、'ApprovalRequired'、'AutoApproval' です。

[Newtonsoft.Json.JsonProperty(PropertyName="approvalType")]
public string ApprovalType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="approvalType")>]
member this.ApprovalType : string
Public ReadOnly Property ApprovalType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象