ContainersExtensions.GetManagedEnvironments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetManagedEnvironments(ResourceGroupResource) |
Gets a collection of ManagedEnvironmentResources in the ResourceGroupResource. |
GetManagedEnvironments(SubscriptionResource, CancellationToken) |
Get all Managed Environments for a subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Operation Id: ManagedEnvironments_ListBySubscription |
GetManagedEnvironments(ResourceGroupResource)
- Source:
- ContainersExtensions.cs
Gets a collection of ManagedEnvironmentResources in the ResourceGroupResource.
public static Azure.ResourceManager.Applications.Containers.ManagedEnvironmentCollection GetManagedEnvironments (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetManagedEnvironments : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Applications.Containers.ManagedEnvironmentCollection
<Extension()>
Public Function GetManagedEnvironments (resourceGroupResource As ResourceGroupResource) As ManagedEnvironmentCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
Returns
An object representing collection of ManagedEnvironmentResources and their operations over a ManagedEnvironmentResource.
Applies to
GetManagedEnvironments(SubscriptionResource, CancellationToken)
- Source:
- ContainersExtensions.cs
Get all Managed Environments for a subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Operation Id: ManagedEnvironments_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentResource> GetManagedEnvironments (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedEnvironments : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentResource>
<Extension()>
Public Function GetManagedEnvironments (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedEnvironmentResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ManagedEnvironmentResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET