ContainersExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.Applications.Containers.
public static class ContainersExtensions
type ContainersExtensions = class
Public Module ContainersExtensions
- Inheritance
-
ContainersExtensions
Methods
GetAuthConfigResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AuthConfigResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an AuthConfigResourceResourceIdentifier from its components. |
GetContainerApp(ResourceGroupResource, String, CancellationToken) |
Get the properties of a Container App. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName} Operation Id: ContainerApps_Get |
GetContainerAppAsync(ResourceGroupResource, String, CancellationToken) |
Get the properties of a Container App. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName} Operation Id: ContainerApps_Get |
GetContainerAppCertificateResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerAppCertificateResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerAppCertificateResourceResourceIdentifier from its components. |
GetContainerAppReplicaResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerAppReplicaResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a ContainerAppReplicaResourceResourceIdentifier from its components. |
GetContainerAppResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerAppResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ContainerAppResourceResourceIdentifier from its components. |
GetContainerAppRevisionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerAppRevisionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerAppRevisionResourceResourceIdentifier from its components. |
GetContainerApps(ResourceGroupResource) |
Gets a collection of ContainerAppResources in the ResourceGroupResource. |
GetContainerApps(SubscriptionResource, CancellationToken) |
Get the Container Apps in a given subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Operation Id: ContainerApps_ListBySubscription |
GetContainerAppsAsync(SubscriptionResource, CancellationToken) |
Get the Container Apps in a given subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Operation Id: ContainerApps_ListBySubscription |
GetDaprComponentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DaprComponentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DaprComponentResourceResourceIdentifier from its components. |
GetManagedEnvironment(ResourceGroupResource, String, CancellationToken) |
Get the properties of a Managed Environment used to host container apps. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName} Operation Id: ManagedEnvironments_Get |
GetManagedEnvironmentAsync(ResourceGroupResource, String, CancellationToken) |
Get the properties of a Managed Environment used to host container apps. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName} Operation Id: ManagedEnvironments_Get |
GetManagedEnvironmentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ManagedEnvironmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ManagedEnvironmentResourceResourceIdentifier from its components. |
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 |
GetManagedEnvironmentsAsync(SubscriptionResource, CancellationToken) |
Get all Managed Environments for a subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Operation Id: ManagedEnvironments_ListBySubscription |
GetManagedEnvironmentStorageResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ManagedEnvironmentStorageResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ManagedEnvironmentStorageResourceResourceIdentifier from its components. |
GetSourceControlResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SourceControlResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SourceControlResourceResourceIdentifier from its components. |
Applies to
Azure SDK for .NET