NetworkProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Network profile resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkProfile : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkProfile = class
inherit Resource
Public Class NetworkProfile
Inherits Resource
- Inheritance
- Attributes
Constructors
NetworkProfile() |
Initializes a new instance of the NetworkProfile class. |
NetworkProfile(String, String, String, String, IDictionary<String, String>, IList<ContainerNetworkInterface>, IList<ContainerNetworkInterfaceConfiguration>, String, String, String) |
Initializes a new instance of the NetworkProfile 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 |
Gets or sets resource ID. (Inherited from Resource) |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
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 |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET