Uses of Enum
com.azure.resourcemanager.deploymentmanager.models.RestAuthLocation
Packages that use RestAuthLocation
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of RestAuthLocation in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RestAuthLocationModifier and TypeMethodDescriptionstatic RestAuthLocationRestAuthLocation.fromString(String value) Parses a serialized value to a RestAuthLocation instance.ApiKeyAuthentication.in()Get the in property: The location of the authentication key/value pair in the request.static RestAuthLocationReturns the enum constant of this type with the specified name.static RestAuthLocation[]RestAuthLocation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type RestAuthLocationModifier and TypeMethodDescriptionApiKeyAuthentication.withIn(RestAuthLocation in) Set the in property: The location of the authentication key/value pair in the request.