Uses of Class
com.azure.resourcemanager.appcontainers.models.VnetConfiguration
-
Packages that use VnetConfiguration Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of VnetConfiguration in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return VnetConfiguration Modifier and Type Method Description VnetConfiguration
ManagedEnvironmentInner. vnetConfiguration()
Get the vnetConfiguration property: Vnet configuration for the environment.VnetConfiguration
ManagedEnvironmentProperties. vnetConfiguration()
Get the vnetConfiguration property: Vnet configuration for the environment.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type VnetConfiguration Modifier and Type Method Description ManagedEnvironmentInner
ManagedEnvironmentInner. withVnetConfiguration(VnetConfiguration vnetConfiguration)
Set the vnetConfiguration property: Vnet configuration for the environment.ManagedEnvironmentProperties
ManagedEnvironmentProperties. withVnetConfiguration(VnetConfiguration vnetConfiguration)
Set the vnetConfiguration property: Vnet configuration for the environment. -
Uses of VnetConfiguration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return VnetConfiguration Modifier and Type Method Description VnetConfiguration
ManagedEnvironment. vnetConfiguration()
Gets the vnetConfiguration property: Vnet configuration for the environment.VnetConfiguration
VnetConfiguration. withDockerBridgeCidr(String dockerBridgeCidr)
Set the dockerBridgeCidr property: CIDR notation IP range assigned to the Docker bridge, network.VnetConfiguration
VnetConfiguration. withInfrastructureSubnetId(String infrastructureSubnetId)
Set the infrastructureSubnetId property: Resource ID of a subnet for infrastructure components.VnetConfiguration
VnetConfiguration. withInternal(Boolean internal)
Set the internal property: Boolean indicating the environment only has an internal load balancer.VnetConfiguration
VnetConfiguration. withPlatformReservedCidr(String platformReservedCidr)
Set the platformReservedCidr property: IP range in CIDR notation that can be reserved for environment infrastructure IP addresses.VnetConfiguration
VnetConfiguration. withPlatformReservedDnsIp(String platformReservedDnsIp)
Set the platformReservedDnsIp property: An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.VnetConfiguration
VnetConfiguration. withRuntimeSubnetId(String runtimeSubnetId)
Set the runtimeSubnetId property: Resource ID of a subnet that Container App containers are injected into.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type VnetConfiguration Modifier and Type Method Description ManagedEnvironment.DefinitionStages.WithCreate
ManagedEnvironment.DefinitionStages.WithVnetConfiguration. withVnetConfiguration(VnetConfiguration vnetConfiguration)
Specifies the vnetConfiguration property: Vnet configuration for the environment.ManagedEnvironment.Update
ManagedEnvironment.UpdateStages.WithVnetConfiguration. withVnetConfiguration(VnetConfiguration vnetConfiguration)
Specifies the vnetConfiguration property: Vnet configuration for the environment.
-