Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRedirectType
Packages that use ApplicationGatewayRedirectType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRedirectType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayRedirectTypeModifier and TypeMethodDescriptionApplicationGatewayRedirectConfigurationInner.redirectType()Get the redirectType property: HTTP redirection type.ApplicationGatewayRedirectConfigurationPropertiesFormat.redirectType()Get the redirectType property: HTTP redirection type.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayRedirectTypeModifier and TypeMethodDescriptionApplicationGatewayRedirectConfigurationInner.withRedirectType(ApplicationGatewayRedirectType redirectType) Set the redirectType property: HTTP redirection type.ApplicationGatewayRedirectConfigurationPropertiesFormat.withRedirectType(ApplicationGatewayRedirectType redirectType) Set the redirectType property: HTTP redirection type. -
Uses of ApplicationGatewayRedirectType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ApplicationGatewayRedirectType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as ApplicationGatewayRedirectTypeModifier and TypeFieldDescriptionstatic final ApplicationGatewayRedirectTypeApplicationGatewayRedirectType.FOUNDStatic value Found for ApplicationGatewayRedirectType.static final ApplicationGatewayRedirectTypeApplicationGatewayRedirectType.PERMANENTStatic value Permanent for ApplicationGatewayRedirectType.static final ApplicationGatewayRedirectTypeApplicationGatewayRedirectType.SEE_OTHERStatic value SeeOther for ApplicationGatewayRedirectType.static final ApplicationGatewayRedirectTypeApplicationGatewayRedirectType.TEMPORARYStatic value Temporary for ApplicationGatewayRedirectType.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRedirectTypeModifier and TypeMethodDescriptionApplicationGatewayRedirectType.fromString(String name) Creates or finds a ApplicationGatewayRedirectType from its string representation.ApplicationGatewayRedirectConfiguration.type()Gets the type of redirection.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayRedirectTypeModifier and TypeMethodDescriptionApplicationGatewayRedirectType.values()Gets known ApplicationGatewayRedirectType values.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayRedirectTypeModifier and TypeMethodDescriptionApplicationGatewayRedirectConfiguration.DefinitionStages.WithType.withType(ApplicationGatewayRedirectType redirectType) Specifies the redirection type.ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithType.withType(ApplicationGatewayRedirectType redirectType) Specifies the redirection type.ApplicationGatewayRedirectConfiguration.UpdateStages.WithType.withType(ApplicationGatewayRedirectType redirectType) Specifies the redirection type.