RoleAssignmentCreateParameters.Condition 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定角色指派的條件。 這會限制可指派的資源。例如: @Resource [Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.condition")]
public string Condition { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.condition")>]
member this.Condition : string with get, set
Public Property Condition As String
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute