NetworkProfile Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. NetworkProfile
- com.
Implements
public final class NetworkProfile
implements JsonSerializable<NetworkProfile>
Service network profile payload.
Constructor | Description |
---|---|
Network |
Creates an instance of Network |
Modifier and Type | Method and Description |
---|---|
String |
app Get the app |
String |
app Get the app |
static
Network |
from Reads an instance of Network |
Ingress |
ingress Get the ingress |
Network |
outbound Get the outbound |
String |
outbound Get the outbound |
List<Required |
required Get the required |
String |
service Get the service |
String |
service Get the service |
String |
service Get the service |
Json |
to |
void |
validate()
Validates the instance. |
Network |
with Set the app |
Network |
with Set the app |
Network |
with Set the ingress |
Network |
with Set the outbound |
Network |
with Set the service |
Network |
with Set the service |
Network |
with Set the service |
Methods inherited from java.lang.Object
NetworkProfile
public NetworkProfile()
Creates an instance of NetworkProfile class.
appNetworkResourceGroup
public String appNetworkResourceGroup()
Get the appNetworkResourceGroup property: Name of the resource group containing network resources for customer apps in Azure Spring Apps.
Returns:
appSubnetId
public String appSubnetId()
Get the appSubnetId property: Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps.
Returns:
fromJson
public static NetworkProfile fromJson(JsonReader jsonReader)
Reads an instance of NetworkProfile from the JsonReader.
Parameters:
Returns:
Throws:
ingressConfig
public IngressConfig ingressConfig()
Get the ingressConfig property: Ingress configuration payload for Azure Spring Apps resource.
Returns:
outboundIPs
public NetworkProfileOutboundIPs outboundIPs()
Get the outboundIPs property: Desired outbound IP resources for Azure Spring Apps resource.
Returns:
outboundType
public String outboundType()
Get the outboundType property: The egress traffic type of Azure Spring Apps VNet instances.
Returns:
requiredTraffics
public List
Get the requiredTraffics property: Required inbound or outbound traffics for Azure Spring Apps resource.
Returns:
serviceCidr
public String serviceCidr()
Get the serviceCidr property: Azure Spring Apps service reserved CIDR.
Returns:
serviceRuntimeNetworkResourceGroup
public String serviceRuntimeNetworkResourceGroup()
Get the serviceRuntimeNetworkResourceGroup property: Name of the resource group containing network resources of Azure Spring Apps Service Runtime.
Returns:
serviceRuntimeSubnetId
public String serviceRuntimeSubnetId()
Get the serviceRuntimeSubnetId property: Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAppNetworkResourceGroup
public NetworkProfile withAppNetworkResourceGroup(String appNetworkResourceGroup)
Set the appNetworkResourceGroup property: Name of the resource group containing network resources for customer apps in Azure Spring Apps.
Parameters:
Returns:
withAppSubnetId
public NetworkProfile withAppSubnetId(String appSubnetId)
Set the appSubnetId property: Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps.
Parameters:
Returns:
withIngressConfig
public NetworkProfile withIngressConfig(IngressConfig ingressConfig)
Set the ingressConfig property: Ingress configuration payload for Azure Spring Apps resource.
Parameters:
Returns:
withOutboundType
public NetworkProfile withOutboundType(String outboundType)
Set the outboundType property: The egress traffic type of Azure Spring Apps VNet instances.
Parameters:
Returns:
withServiceCidr
public NetworkProfile withServiceCidr(String serviceCidr)
Set the serviceCidr property: Azure Spring Apps service reserved CIDR.
Parameters:
Returns:
withServiceRuntimeNetworkResourceGroup
public NetworkProfile withServiceRuntimeNetworkResourceGroup(String serviceRuntimeNetworkResourceGroup)
Set the serviceRuntimeNetworkResourceGroup property: Name of the resource group containing network resources of Azure Spring Apps Service Runtime.
Parameters:
Returns:
withServiceRuntimeSubnetId
public NetworkProfile withServiceRuntimeSubnetId(String serviceRuntimeSubnetId)
Set the serviceRuntimeSubnetId property: Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime.
Parameters:
Returns:
Azure SDK for Java geri bildirimi
Azure SDK for Java, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: