Interface ArcSetting.DefinitionStages.WithCreate
-
- All Superinterfaces:
ArcSetting.DefinitionStages.WithArcApplicationClientId
,ArcSetting.DefinitionStages.WithArcApplicationObjectId
,ArcSetting.DefinitionStages.WithArcApplicationTenantId
,ArcSetting.DefinitionStages.WithArcInstanceResourceGroup
,ArcSetting.DefinitionStages.WithArcServicePrincipalObjectId
,ArcSetting.DefinitionStages.WithConnectivityProperties
- All Known Subinterfaces:
ArcSetting.Definition
- Enclosing interface:
- ArcSetting.DefinitionStages
public static interface ArcSetting.DefinitionStages.WithCreate extends ArcSetting.DefinitionStages.WithArcInstanceResourceGroup, ArcSetting.DefinitionStages.WithArcApplicationClientId, ArcSetting.DefinitionStages.WithArcApplicationTenantId, ArcSetting.DefinitionStages.WithArcServicePrincipalObjectId, ArcSetting.DefinitionStages.WithArcApplicationObjectId, ArcSetting.DefinitionStages.WithConnectivityProperties
The stage of the ArcSetting 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 ArcSetting
create()
Executes the create request.ArcSetting
create(com.azure.core.util.Context context)
Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.azurestackhci.models.ArcSetting.DefinitionStages.WithArcApplicationClientId
withArcApplicationClientId
-
Methods inherited from interface com.azure.resourcemanager.azurestackhci.models.ArcSetting.DefinitionStages.WithArcApplicationObjectId
withArcApplicationObjectId
-
Methods inherited from interface com.azure.resourcemanager.azurestackhci.models.ArcSetting.DefinitionStages.WithArcApplicationTenantId
withArcApplicationTenantId
-
Methods inherited from interface com.azure.resourcemanager.azurestackhci.models.ArcSetting.DefinitionStages.WithArcInstanceResourceGroup
withArcInstanceResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.azurestackhci.models.ArcSetting.DefinitionStages.WithArcServicePrincipalObjectId
withArcServicePrincipalObjectId
-
Methods inherited from interface com.azure.resourcemanager.azurestackhci.models.ArcSetting.DefinitionStages.WithConnectivityProperties
withConnectivityProperties
-
-
-
-
Method Detail
-
create
ArcSetting create()
Executes the create request.- Returns:
- the created resource.
-
create
ArcSetting create(com.azure.core.util.Context context)
Executes the create request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the created resource.
-
-