Uses of Class
com.azure.resourcemanager.deploymentmanager.models.RestRequestAuthentication
Packages that use RestRequestAuthentication
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of RestRequestAuthentication in com.azure.resourcemanager.deploymentmanager.models
Modifier and TypeClassDescriptionfinal classApiKey authentication gives a name and a value that can be included in either the request header or query parameters.final classRolloutIdentity uses the user-assigned managed identity authentication context specified in the Identity property during rollout creation.Methods in com.azure.resourcemanager.deploymentmanager.models that return RestRequestAuthenticationModifier and TypeMethodDescriptionRestRequest.authentication()Get the authentication property: The authentication information required in the request to the health provider.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type RestRequestAuthenticationModifier and TypeMethodDescriptionRestRequest.withAuthentication(RestRequestAuthentication authentication) Set the authentication property: The authentication information required in the request to the health provider.