Share via


NetworkSettings Class

Definition

Represents the network settings of a device.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkSettings : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkSettings = class
    inherit BaseModel
Public Class NetworkSettings
Inherits BaseModel
Inheritance
NetworkSettings
Attributes

Constructors

NetworkSettings()

Initializes a new instance of the NetworkSettings class.

NetworkSettings(DNSSettings, NetworkAdapterList, WebproxySettings, String, String, String, Nullable<Kind>)

Initializes a new instance of the NetworkSettings class.

Properties

DnsSettings

Gets or sets the DNS (Domain Name System) settings of device.

Id

Gets the path ID that uniquely identifies the object.

(Inherited from BaseModel)
Kind

Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

(Inherited from BaseModel)
Name

Gets the name of the object.

(Inherited from BaseModel)
NetworkAdapters

Gets or sets the network adapter list of device.

Type

Gets the hierarchical type of the object.

(Inherited from BaseModel)
WebproxySettings

Gets or sets the webproxy settings of device.

Methods

Validate()

Validate the object.

Applies to