Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool.ShouldSerializeBackendIpConfigurations C# (CSharp) Method

ShouldSerializeBackendIpConfigurations() public method

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