public static interface PolicyDefinition.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
PolicyDefinition.DefinitionStages.Blank
The first stage of the policy definition.
|
static interface |
PolicyDefinition.DefinitionStages.WithCreate
A policy definition with sufficient inputs to create a new
policy in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
PolicyDefinition.DefinitionStages.WithDescription
A policy definition allowing policy description to be set.
|
static interface |
PolicyDefinition.DefinitionStages.WithDisplayName
A policy definition allowing the display name to be set.
|
static interface |
PolicyDefinition.DefinitionStages.WithPolicyRule
A policy definition allowing the policy rule to be set.
|
static interface |
PolicyDefinition.DefinitionStages.WithPolicyType
A policy definition specifying the policy type to be blob.
|
Copyright © 2019. All rights reserved.