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