NetworkProfile Constructors
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.
Overloads
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. |
NetworkProfile()
Initializes a new instance of the NetworkProfile class.
public NetworkProfile ();
Public Sub New ()
Applies to
NetworkProfile(String, String, String, String, IDictionary<String, String>, IList<ContainerNetworkInterface>, IList<ContainerNetworkInterfaceConfiguration>, String, String, String)
Initializes a new instance of the NetworkProfile class.
public NetworkProfile (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ContainerNetworkInterface> containerNetworkInterfaces = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations = default, string resourceGuid = default, string provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.NetworkProfile : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ContainerNetworkInterface> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceConfiguration> * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkProfile
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional containerNetworkInterfaces As IList(Of ContainerNetworkInterface) = Nothing, Optional containerNetworkInterfaceConfigurations As IList(Of ContainerNetworkInterfaceConfiguration) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- containerNetworkInterfaces
- IList<ContainerNetworkInterface>
List of child container network interfaces.
- containerNetworkInterfaceConfigurations
- IList<ContainerNetworkInterfaceConfiguration>
List of chid container network interface configurations.
- resourceGuid
- String
The resource GUID property of the network profile resource.
- provisioningState
- String
The provisioning state of the network profile resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET