Interface AccessInformationContract.DefinitionStages.WithCreate
-
- All Superinterfaces:
AccessInformationContract.DefinitionStages.WithEnabled
,AccessInformationContract.DefinitionStages.WithIfMatch
,AccessInformationContract.DefinitionStages.WithPrimaryKey
,AccessInformationContract.DefinitionStages.WithPrincipalId
,AccessInformationContract.DefinitionStages.WithSecondaryKey
- All Known Subinterfaces:
AccessInformationContract.Definition
- Enclosing interface:
- AccessInformationContract.DefinitionStages
public static interface AccessInformationContract.DefinitionStages.WithCreate extends AccessInformationContract.DefinitionStages.WithPrincipalId, AccessInformationContract.DefinitionStages.WithPrimaryKey, AccessInformationContract.DefinitionStages.WithSecondaryKey, AccessInformationContract.DefinitionStages.WithEnabled, AccessInformationContract.DefinitionStages.WithIfMatch
The stage of the AccessInformationContract 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 AccessInformationContract
create()
Executes the create request.AccessInformationContract
create(com.azure.core.util.Context context)
Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithEnabled
withEnabled
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithIfMatch
withIfMatch
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithPrimaryKey
withPrimaryKey
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithPrincipalId
withPrincipalId
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithSecondaryKey
withSecondaryKey
-
-
-
-
Method Detail
-
create
AccessInformationContract create()
Executes the create request.- Returns:
- the created resource.
-
create
AccessInformationContract create(com.azure.core.util.Context context)
Executes the create request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the created resource.
-
-