Interface Snapshot.DefinitionStages.WithCreate
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.Creatable<Snapshot>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<Snapshot.DefinitionStages.WithCreate>, Snapshot.DefinitionStages.WithCopyStart, Snapshot.DefinitionStages.WithIncremental, Snapshot.DefinitionStages.WithPublicNetworkAccess, Snapshot.DefinitionStages.WithSize, Snapshot.DefinitionStages.WithSku
- All Known Subinterfaces:
Snapshot.Definition
- Enclosing interface:
Snapshot.DefinitionStages
public static interface Snapshot.DefinitionStages.WithCreate
extends com.azure.resourcemanager.resources.fluentcore.model.Creatable<Snapshot>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<Snapshot.DefinitionStages.WithCreate>, Snapshot.DefinitionStages.WithSize, Snapshot.DefinitionStages.WithSku, Snapshot.DefinitionStages.WithIncremental, Snapshot.DefinitionStages.WithCopyStart, Snapshot.DefinitionStages.WithPublicNetworkAccess
The stage of the definition which contains all the minimum required inputs for the resource to be created,
but also allows for any other optional settings to be specified.
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.azure.resourcemanager.resources.fluentcore.model.Accepted<Snapshot> Begins creating the snapshot resource.default com.azure.resourcemanager.resources.fluentcore.model.Accepted<Snapshot> beginCreate(com.azure.core.util.Context context) Begins creating the snapshot resource.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
keyMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTagsMethods inherited from interface Snapshot.DefinitionStages.WithCopyStart
withCopyStartMethods inherited from interface Snapshot.DefinitionStages.WithIncremental
withIncrementalMethods inherited from interface Snapshot.DefinitionStages.WithPublicNetworkAccess
disablePublicNetworkAccessMethods inherited from interface Snapshot.DefinitionStages.WithSize
withSizeInGBMethods inherited from interface Snapshot.DefinitionStages.WithSku
withSku
-
Method Details
-
beginCreate
Begins creating the snapshot resource.- Returns:
- the accepted create operation
-
beginCreate
default com.azure.resourcemanager.resources.fluentcore.model.Accepted<Snapshot> beginCreate(com.azure.core.util.Context context) Begins creating the snapshot resource.- Parameters:
context- theContextof the request- Returns:
- the accepted create operation
-