共用方式為


RoleAssignmentCreateParameters.Condition 屬性

定義

取得或設定角色指派的條件。 這會限制可指派的資源。例如: @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

適用於