Uses of Class
com.azure.resourcemanager.appcontainers.models.VnetConfiguration
Packages that use VnetConfiguration
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
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 VnetConfigurationModifier and TypeMethodDescriptionManagedEnvironmentInner.vnetConfiguration()
Get the vnetConfiguration property: Vnet configuration for the environment.ManagedEnvironmentProperties.vnetConfiguration()
Get the vnetConfiguration property: Vnet configuration for the environment.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type VnetConfigurationModifier and TypeMethodDescriptionManagedEnvironmentInner.withVnetConfiguration
(VnetConfiguration vnetConfiguration) Set the vnetConfiguration property: Vnet configuration for the environment.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 VnetConfigurationModifier and TypeMethodDescriptionstatic VnetConfiguration
VnetConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VnetConfiguration from the JsonReader.ManagedEnvironment.vnetConfiguration()
Gets the vnetConfiguration property: Vnet configuration for the environment.VnetConfiguration.withDockerBridgeCidr
(String dockerBridgeCidr) Set the dockerBridgeCidr property: CIDR notation IP range assigned to the Docker bridge, network.VnetConfiguration.withInfrastructureSubnetId
(String infrastructureSubnetId) Set the infrastructureSubnetId property: Resource ID of a subnet for infrastructure components.VnetConfiguration.withInternal
(Boolean internal) Set the internal property: Boolean indicating the environment only has an internal load balancer.VnetConfiguration.withPlatformReservedCidr
(String platformReservedCidr) Set the platformReservedCidr property: IP range in CIDR notation that can be reserved for environment infrastructure IP addresses.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.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type VnetConfigurationModifier and TypeMethodDescriptionManagedEnvironment.DefinitionStages.WithVnetConfiguration.withVnetConfiguration
(VnetConfiguration vnetConfiguration) Specifies the vnetConfiguration property: Vnet configuration for the environment.ManagedEnvironment.UpdateStages.WithVnetConfiguration.withVnetConfiguration
(VnetConfiguration vnetConfiguration) Specifies the vnetConfiguration property: Vnet configuration for the environment.