Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool.ShouldSerializeBackendAddresses C# (CSharp) Method

ShouldSerializeBackendAddresses() public method

public ShouldSerializeBackendAddresses ( ) : bool
return bool
        public bool ShouldSerializeBackendAddresses()
        {
            return !string.IsNullOrEmpty(this.Name);
        }