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
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithEnabled
withEnabledMethods inherited from interface com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithPrimaryKey
withPrimaryKeyMethods inherited from interface com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithPrincipalId
withPrincipalIdMethods inherited from interface com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithSecondaryKey
withSecondaryKey
-
Method Details
-
create
AccessInformationContract create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-