Uses of Class
com.azure.resourcemanager.apimanagement.models.ApimIdentityType
Packages that use ApimIdentityType
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApimIdentityType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ApimIdentityTypeModifier and TypeFieldDescriptionstatic final ApimIdentityTypeApimIdentityType.NONEStatic value None for ApimIdentityType.static final ApimIdentityTypeApimIdentityType.SYSTEM_ASSIGNEDStatic value SystemAssigned for ApimIdentityType.static final ApimIdentityTypeApimIdentityType.SYSTEM_ASSIGNED_USER_ASSIGNEDStatic value SystemAssigned, UserAssigned for ApimIdentityType.static final ApimIdentityTypeApimIdentityType.USER_ASSIGNEDStatic value UserAssigned for ApimIdentityType.Methods in com.azure.resourcemanager.apimanagement.models that return ApimIdentityTypeModifier and TypeMethodDescriptionstatic ApimIdentityTypeApimIdentityType.fromString(String name) Creates or finds a ApimIdentityType from its string representation.ApiManagementServiceIdentity.type()Get the type property: The type of identity used for the resource.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApimIdentityTypeModifier and TypeMethodDescriptionstatic Collection<ApimIdentityType> ApimIdentityType.values()Gets known ApimIdentityType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApimIdentityTypeModifier and TypeMethodDescriptionApiManagementServiceIdentity.withType(ApimIdentityType type) Set the type property: The type of identity used for the resource.