Interface Attestation.DefinitionStages.WithCreate
-
- All Superinterfaces:
Attestation.DefinitionStages.WithComments
,Attestation.DefinitionStages.WithComplianceState
,Attestation.DefinitionStages.WithEvidence
,Attestation.DefinitionStages.WithExpiresOn
,Attestation.DefinitionStages.WithOwner
,Attestation.DefinitionStages.WithPolicyDefinitionReferenceId
- All Known Subinterfaces:
Attestation.Definition
- Enclosing interface:
- Attestation.DefinitionStages
public static interface Attestation.DefinitionStages.WithCreate extends Attestation.DefinitionStages.WithPolicyDefinitionReferenceId, Attestation.DefinitionStages.WithComplianceState, Attestation.DefinitionStages.WithExpiresOn, Attestation.DefinitionStages.WithOwner, Attestation.DefinitionStages.WithComments, Attestation.DefinitionStages.WithEvidence
The stage of the Attestation definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attestation
create()
Executes the create request.Attestation
create(com.azure.core.util.Context context)
Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.policyinsights.models.Attestation.DefinitionStages.WithComments
withComments
-
Methods inherited from interface com.azure.resourcemanager.policyinsights.models.Attestation.DefinitionStages.WithComplianceState
withComplianceState
-
Methods inherited from interface com.azure.resourcemanager.policyinsights.models.Attestation.DefinitionStages.WithEvidence
withEvidence
-
Methods inherited from interface com.azure.resourcemanager.policyinsights.models.Attestation.DefinitionStages.WithExpiresOn
withExpiresOn
-
Methods inherited from interface com.azure.resourcemanager.policyinsights.models.Attestation.DefinitionStages.WithOwner
withOwner
-
Methods inherited from interface com.azure.resourcemanager.policyinsights.models.Attestation.DefinitionStages.WithPolicyDefinitionReferenceId
withPolicyDefinitionReferenceId
-
-
-
-
Method Detail
-
create
Attestation create()
Executes the create request.- Returns:
- the created resource.
-
create
Attestation create(com.azure.core.util.Context context)
Executes the create request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the created resource.
-
-