Share via


NetworkProfileInner Class

Definition

Network profile resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkProfileInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkProfileInner = class
    inherit Resource
Public Class NetworkProfileInner
Inherits Resource
Inheritance
NetworkProfileInner
Attributes

Constructors

NetworkProfileInner()

Initializes a new instance of the NetworkProfileInner class.

NetworkProfileInner(String, String, String, String, IDictionary<String, String>, IList<ContainerNetworkInterfaceInner>, IList<ContainerNetworkInterfaceConfigurationInner>, String, ProvisioningState, String)

Initializes a new instance of the NetworkProfileInner class.

Properties

ContainerNetworkInterfaceConfigurations

Gets or sets list of chid container network interface configurations.

ContainerNetworkInterfaces

Gets list of child container network interfaces.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ProvisioningState

Gets the provisioning state of the network profile resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

ResourceGuid

Gets the resource GUID property of the network profile resource.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to