Microsoft.Azure.Commands.Network.Models.PSNetworkInterface.ShouldSerializeIpConfigurations C# (CSharp) Method

ShouldSerializeIpConfigurations() public method

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