Microsoft.Azure.Commands.Network.Models.PSNetworkInterface.ShouldSerializeIpConfigurations C# (CSharp) Méthode

ShouldSerializeIpConfigurations() public méthode

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