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, 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, String)
Initializes a new instance of the NetworkProfile class.
public NetworkProfile (string serviceRuntimeSubnetId = default, string appSubnetId = default, string serviceCidr = default, string serviceRuntimeNetworkResourceGroup = default, string appNetworkResourceGroup = default);
new Microsoft.Azure.Management.AppPlatform.Models.NetworkProfile : string * string * string * string * string -> Microsoft.Azure.Management.AppPlatform.Models.NetworkProfile
Public Sub New (Optional serviceRuntimeSubnetId As String = Nothing, Optional appSubnetId As String = Nothing, Optional serviceCidr As String = Nothing, Optional serviceRuntimeNetworkResourceGroup As String = Nothing, Optional appNetworkResourceGroup As String = Nothing)
Parameters
- serviceRuntimeSubnetId
- String
Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime
- appSubnetId
- String
Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps
- serviceCidr
- String
Azure Spring Cloud service reserved CIDR
- serviceRuntimeNetworkResourceGroup
- String
Name of the resource group containing network resources of Azure Spring Cloud Service Runtime
- appNetworkResourceGroup
- String
Name of the resource group containing network resources of Azure Spring Cloud Apps
Applies to
Azure SDK for .NET