/// <summary>
 /// Specifies the redirection type.
 /// </summary>
 /// <param name="redirectType">A redirection type.</param>
 /// <return>The next stage of the definition.</return>
 ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithTarget <ApplicationGateway.Update.IUpdate> ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithType <ApplicationGateway.Update.IUpdate> .WithType(ApplicationGatewayRedirectType redirectType)
 {
     return(this.WithType(redirectType) as ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithTarget <ApplicationGateway.Update.IUpdate>);
 }
 /// <summary>
 /// Specifies the redirection type.
 /// </summary>
 /// <param name="redirectType">A redirection type.</param>
 /// <return>The next stage of the update.</return>
 ApplicationGatewayRedirectConfiguration.Update.IUpdate ApplicationGatewayRedirectConfiguration.Update.IWithType.WithType(ApplicationGatewayRedirectType redirectType)
 {
     return(this.WithType(redirectType) as ApplicationGatewayRedirectConfiguration.Update.IUpdate);
 }
Beispiel #3
0
 ///GENMHASH:9B4152A79A63ABA2300034A9B0E203BE:AD804E3F5A0A2B29EC6FA82A929F31D4
 public ApplicationGatewayRedirectConfigurationImpl WithType(ApplicationGatewayRedirectType redirectType)
 {
     Inner.RedirectType = redirectType?.ToString();
     return(this);
 }
 /// <summary>
 /// Specifies the redirection type.
 /// </summary>
 /// <param name="redirectType">A redirection type.</param>
 /// <return>The next stage of the definition.</return>
 ApplicationGatewayRedirectConfiguration.Definition.IWithTarget <ApplicationGateway.Definition.IWithCreate> ApplicationGatewayRedirectConfiguration.Definition.IWithType <ApplicationGateway.Definition.IWithCreate> .WithType(ApplicationGatewayRedirectType redirectType)
 {
     return(this.WithType(redirectType));
 }
Beispiel #5
0
 ///GENMHASH:8442F1C1132907DE46B62B277F4EE9B7:B2FD2E689A3D5C83A53AB170D8E5D8DA
 public ApplicationGatewayRedirectType Type()
 {
     return(ApplicationGatewayRedirectType.Parse(Inner.RedirectType));
 }