다음을 통해 공유


RoleAssignment.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

적용 대상