Uses of Class
com.azure.resourcemanager.appplatform.models.NetworkProfile
Packages that use NetworkProfile
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of NetworkProfile in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return NetworkProfileModifier and TypeMethodDescriptionClusterResourceProperties.networkProfile()Get the networkProfile property: Network profile of the Service.NetworkProfile.withAppNetworkResourceGroup(String appNetworkResourceGroup) Set the appNetworkResourceGroup property: Name of the resource group containing network resources for customer apps in Azure Spring Apps.NetworkProfile.withAppSubnetId(String appSubnetId) Set the appSubnetId property: Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps.NetworkProfile.withServiceCidr(String serviceCidr) Set the serviceCidr property: Azure Spring Apps service reserved CIDR.NetworkProfile.withServiceRuntimeNetworkResourceGroup(String serviceRuntimeNetworkResourceGroup) Set the serviceRuntimeNetworkResourceGroup property: Name of the resource group containing network resources of Azure Spring Apps Service Runtime.NetworkProfile.withServiceRuntimeSubnetId(String serviceRuntimeSubnetId) Set the serviceRuntimeSubnetId property: Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime.Methods in com.azure.resourcemanager.appplatform.models with parameters of type NetworkProfileModifier and TypeMethodDescriptionClusterResourceProperties.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Network profile of the Service.