Interface ComputeResource.DefinitionStages.WithCreate
-
- All Superinterfaces:
ComputeResource.DefinitionStages.WithIdentity
,ComputeResource.DefinitionStages.WithLocation
,ComputeResource.DefinitionStages.WithProperties
,ComputeResource.DefinitionStages.WithSku
,ComputeResource.DefinitionStages.WithTags
- All Known Subinterfaces:
ComputeResource.Definition
- Enclosing interface:
- ComputeResource.DefinitionStages
public static interface ComputeResource.DefinitionStages.WithCreate extends ComputeResource.DefinitionStages.WithLocation, ComputeResource.DefinitionStages.WithTags, ComputeResource.DefinitionStages.WithIdentity, ComputeResource.DefinitionStages.WithSku, ComputeResource.DefinitionStages.WithProperties
The stage of the ComputeResource 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 ComputeResource
create()
Executes the create request.ComputeResource
create(com.azure.core.util.Context context)
Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.machinelearning.models.ComputeResource.DefinitionStages.WithIdentity
withIdentity
-
Methods inherited from interface com.azure.resourcemanager.machinelearning.models.ComputeResource.DefinitionStages.WithLocation
withRegion, withRegion
-
Methods inherited from interface com.azure.resourcemanager.machinelearning.models.ComputeResource.DefinitionStages.WithProperties
withProperties
-
Methods inherited from interface com.azure.resourcemanager.machinelearning.models.ComputeResource.DefinitionStages.WithSku
withSku
-
Methods inherited from interface com.azure.resourcemanager.machinelearning.models.ComputeResource.DefinitionStages.WithTags
withTags
-
-
-
-
Method Detail
-
create
ComputeResource create()
Executes the create request.- Returns:
- the created resource.
-
create
ComputeResource create(com.azure.core.util.Context context)
Executes the create request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the created resource.
-
-