Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static PolicyStatus |
PolicyStatus.DISABLED
Static value disabled for PolicyStatus.
|
static PolicyStatus |
PolicyStatus.ENABLED
Static value enabled for PolicyStatus.
|
Modifier and Type | Method and Description |
---|---|
static PolicyStatus |
PolicyStatus.fromString(String name)
Creates or finds a PolicyStatus from its string representation.
|
PolicyStatus |
TrustPolicy.status()
Get the value that indicates whether the policy is enabled or not.
|
PolicyStatus |
QuarantinePolicy.status()
Get the value that indicates whether the policy is enabled or not.
|
Modifier and Type | Method and Description |
---|---|
static Collection<PolicyStatus> |
PolicyStatus.values() |
Modifier and Type | Method and Description |
---|---|
TrustPolicy |
TrustPolicy.withStatus(PolicyStatus status)
Set the value that indicates whether the policy is enabled or not.
|
QuarantinePolicy |
QuarantinePolicy.withStatus(PolicyStatus status)
Set the value that indicates whether the policy is enabled or not.
|
Copyright © 2019. All rights reserved.