Interface Certificate.DefinitionStages.WithCreate
- All Superinterfaces:
Certificate.DefinitionStages.WithFormat,Certificate.DefinitionStages.WithIfMatch,Certificate.DefinitionStages.WithIfNoneMatch,Certificate.DefinitionStages.WithPassword,Certificate.DefinitionStages.WithThumbprint,Certificate.DefinitionStages.WithThumbprintAlgorithm
- All Known Subinterfaces:
Certificate.Definition
- Enclosing interface:
- Certificate.DefinitionStages
public static interface Certificate.DefinitionStages.WithCreate
extends Certificate.DefinitionStages.WithPassword, Certificate.DefinitionStages.WithThumbprintAlgorithm, Certificate.DefinitionStages.WithThumbprint, Certificate.DefinitionStages.WithFormat, Certificate.DefinitionStages.WithIfMatch, Certificate.DefinitionStages.WithIfNoneMatch
The stage of the Certificate 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
Methods inherited from interface com.azure.resourcemanager.batch.models.Certificate.DefinitionStages.WithFormat
withFormatMethods inherited from interface com.azure.resourcemanager.batch.models.Certificate.DefinitionStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.batch.models.Certificate.DefinitionStages.WithIfNoneMatch
withIfNoneMatchMethods inherited from interface com.azure.resourcemanager.batch.models.Certificate.DefinitionStages.WithPassword
withPasswordMethods inherited from interface com.azure.resourcemanager.batch.models.Certificate.DefinitionStages.WithThumbprint
withThumbprintMethods inherited from interface com.azure.resourcemanager.batch.models.Certificate.DefinitionStages.WithThumbprintAlgorithm
withThumbprintAlgorithm
-
Method Details
-
create
Certificate create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-