///GENMHASH:A473E8C551A81C93BD8EA73FE99E314B:8E47A7551FAA8958BCB5314D0E665506
 public ApplicationGatewayBackendHttpConfigurationImpl WithProtocol(ApplicationGatewayProtocol protocol)
 {
     Inner.Protocol = (protocol != null) ? protocol.ToString() : null;
     return(this);
 }
Exemplo n.º 2
0
 ///GENMHASH:A473E8C551A81C93BD8EA73FE99E314B:D6F3848D67AE407B04179F01B8D24165
 public ApplicationGatewayBackendHttpConfigurationImpl WithProtocol(ApplicationGatewayProtocol protocol)
 {
     Inner.Protocol = protocol?.ToString();
     return(this);
 }