Uses of Class
com.azure.resourcemanager.apimanagement.models.AccessType
Packages that use AccessType
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AccessType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as AccessTypeModifier and TypeFieldDescriptionstatic final AccessTypeAccessType.ACCESS_KEYStatic value AccessKey for AccessType.static final AccessTypeAccessType.SYSTEM_ASSIGNED_MANAGED_IDENTITYStatic value SystemAssignedManagedIdentity for AccessType.static final AccessTypeAccessType.USER_ASSIGNED_MANAGED_IDENTITYStatic value UserAssignedManagedIdentity for AccessType.Methods in com.azure.resourcemanager.apimanagement.models that return AccessTypeModifier and TypeMethodDescriptionApiManagementServiceBackupRestoreParameters.accessType()Get the accessType property: The type of access to be used for the storage account.static AccessTypeAccessType.fromString(String name) Creates or finds a AccessType from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AccessTypeModifier and TypeMethodDescriptionstatic Collection<AccessType> AccessType.values()Gets known AccessType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type AccessTypeModifier and TypeMethodDescriptionApiManagementServiceBackupRestoreParameters.withAccessType(AccessType accessType) Set the accessType property: The type of access to be used for the storage account.