Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentInner
Packages that use ConnectedEnvironmentInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ConnectedEnvironmentInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return ConnectedEnvironmentInnerModifier and TypeMethodDescriptionConnectedEnvironmentsClient.createOrUpdate
(String resourceGroupName, String connectedEnvironmentName, ConnectedEnvironmentInner environmentEnvelope) Creates or updates an connectedEnvironment.ConnectedEnvironmentsClient.createOrUpdate
(String resourceGroupName, String connectedEnvironmentName, ConnectedEnvironmentInner environmentEnvelope, com.azure.core.util.Context context) Creates or updates an connectedEnvironment.ConnectedEnvironmentsClient.getByResourceGroup
(String resourceGroupName, String connectedEnvironmentName) Get the properties of an connectedEnvironment.Update connected Environment's properties.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type ConnectedEnvironmentInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ConnectedEnvironmentInner>, ConnectedEnvironmentInner> ConnectedEnvironmentsClient.beginCreateOrUpdate
(String resourceGroupName, String connectedEnvironmentName, ConnectedEnvironmentInner environmentEnvelope) Creates or updates an connectedEnvironment.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ConnectedEnvironmentInner>, ConnectedEnvironmentInner> ConnectedEnvironmentsClient.beginCreateOrUpdate
(String resourceGroupName, String connectedEnvironmentName, ConnectedEnvironmentInner environmentEnvelope) Creates or updates an connectedEnvironment.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ConnectedEnvironmentInner>, ConnectedEnvironmentInner> ConnectedEnvironmentsClient.beginCreateOrUpdate
(String resourceGroupName, String connectedEnvironmentName, ConnectedEnvironmentInner environmentEnvelope, com.azure.core.util.Context context) Creates or updates an connectedEnvironment.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ConnectedEnvironmentInner>, ConnectedEnvironmentInner> ConnectedEnvironmentsClient.beginCreateOrUpdate
(String resourceGroupName, String connectedEnvironmentName, ConnectedEnvironmentInner environmentEnvelope, com.azure.core.util.Context context) Creates or updates an connectedEnvironment.com.azure.core.http.rest.Response
<ConnectedEnvironmentInner> ConnectedEnvironmentsClient.getByResourceGroupWithResponse
(String resourceGroupName, String connectedEnvironmentName, com.azure.core.util.Context context) Get the properties of an connectedEnvironment.com.azure.core.http.rest.PagedIterable
<ConnectedEnvironmentInner> ConnectedEnvironmentsClient.list()
Get all connectedEnvironments for a subscription.com.azure.core.http.rest.PagedIterable
<ConnectedEnvironmentInner> ConnectedEnvironmentsClient.list
(com.azure.core.util.Context context) Get all connectedEnvironments for a subscription.com.azure.core.http.rest.PagedIterable
<ConnectedEnvironmentInner> ConnectedEnvironmentsClient.listByResourceGroup
(String resourceGroupName) Get all connectedEnvironments in a resource group.com.azure.core.http.rest.PagedIterable
<ConnectedEnvironmentInner> ConnectedEnvironmentsClient.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Get all connectedEnvironments in a resource group.com.azure.core.http.rest.Response
<ConnectedEnvironmentInner> ConnectedEnvironmentsClient.updateWithResponse
(String resourceGroupName, String connectedEnvironmentName, com.azure.core.util.Context context) Update connected Environment's properties.Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type ConnectedEnvironmentInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ConnectedEnvironmentInner>, ConnectedEnvironmentInner> ConnectedEnvironmentsClient.beginCreateOrUpdate
(String resourceGroupName, String connectedEnvironmentName, ConnectedEnvironmentInner environmentEnvelope) Creates or updates an connectedEnvironment.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ConnectedEnvironmentInner>, ConnectedEnvironmentInner> ConnectedEnvironmentsClient.beginCreateOrUpdate
(String resourceGroupName, String connectedEnvironmentName, ConnectedEnvironmentInner environmentEnvelope, com.azure.core.util.Context context) Creates or updates an connectedEnvironment.ConnectedEnvironmentsClient.createOrUpdate
(String resourceGroupName, String connectedEnvironmentName, ConnectedEnvironmentInner environmentEnvelope) Creates or updates an connectedEnvironment.ConnectedEnvironmentsClient.createOrUpdate
(String resourceGroupName, String connectedEnvironmentName, ConnectedEnvironmentInner environmentEnvelope, com.azure.core.util.Context context) Creates or updates an connectedEnvironment. -
Uses of ConnectedEnvironmentInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ConnectedEnvironmentInnerModifier and TypeMethodDescriptionstatic ConnectedEnvironmentInner
ConnectedEnvironmentInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectedEnvironmentInner from the JsonReader.ConnectedEnvironmentInner.withCustomDomainConfiguration
(CustomDomainConfiguration customDomainConfiguration) Set the customDomainConfiguration property: Custom domain configuration for the environment.ConnectedEnvironmentInner.withDaprAIConnectionString
(String daprAIConnectionString) Set the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.ConnectedEnvironmentInner.withExtendedLocation
(ExtendedLocation extendedLocation) Set the extendedLocation property: The complex type of the extended location.ConnectedEnvironmentInner.withLocation
(String location) ConnectedEnvironmentInner.withStaticIp
(String staticIp) Set the staticIp property: Static IP of the connectedEnvironment. -
Uses of ConnectedEnvironmentInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ConnectedEnvironmentInnerModifier and TypeMethodDescriptionConnectedEnvironment.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ConnectedEnvironmentInnerModifier and TypeMethodDescriptionConnectedEnvironmentCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type ConnectedEnvironmentInnerModifier and TypeMethodDescriptionConnectedEnvironmentCollection.withValue
(List<ConnectedEnvironmentInner> value) Set the value property: Collection of resources.