Interface GenericResource.DefinitionStages.WithCreate
- All Superinterfaces:
Creatable<GenericResource>
,GenericResource.DefinitionStages.WithApiVersion
,GenericResource.DefinitionStages.WithParentResource
,HasName
,Indexable
,Resource.DefinitionWithTags<GenericResource.DefinitionStages.WithCreate>
- All Known Subinterfaces:
GenericResource.Definition
- Enclosing interface:
- GenericResource.DefinitionStages
public static interface GenericResource.DefinitionStages.WithCreate
extends GenericResource.DefinitionStages.WithParentResource, GenericResource.DefinitionStages.WithApiVersion, Creatable<GenericResource>, Resource.DefinitionWithTags<GenericResource.DefinitionStages.WithCreate>
A deployment definition with sufficient inputs to create a new
resource in the cloud, but exposing additional optional inputs to
specify.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.resources.GenericResource.DefinitionStages.WithApiVersion
withApiVersion
Methods inherited from interface com.microsoft.azure.management.resources.GenericResource.DefinitionStages.WithParentResource
withParentResourceId, withParentResourcePath
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Method Details
-
withProperties
Specifies other properties.- Parameters:
properties
- the properties object- Returns:
- the next stage of generic resource definition
-