Uses of Interface
com.azure.resourcemanager.apimanagement.models.AccessInformationContract.DefinitionStages.WithCreate
Packages that use AccessInformationContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AccessInformationContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of AccessInformationContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the AccessInformationContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return AccessInformationContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionAccessInformationContract.DefinitionStages.WithEnabled.withEnabled(Boolean enabled) Specifies the enabled property: Determines whether direct access is enabled..AccessInformationContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.AccessInformationContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.AccessInformationContract.DefinitionStages.WithPrimaryKey.withPrimaryKey(String primaryKey) Specifies the primaryKey property: Primary access key.AccessInformationContract.DefinitionStages.WithPrincipalId.withPrincipalId(String principalId) Specifies the principalId property: Principal (User) Identifier..AccessInformationContract.DefinitionStages.WithSecondaryKey.withSecondaryKey(String secondaryKey) Specifies the secondaryKey property: Secondary access key.