AppContainersExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.AppContainers.

public static class AppContainersExtensions
type AppContainersExtensions = class
Public Module AppContainersExtensions
Inheritance
AppContainersExtensions

Methods

GetAvailableWorkloadProfiles(SubscriptionResource, AzureLocation, CancellationToken)

Get all available workload profiles for a location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/locations/{location}/availableManagedEnvironmentsWorkloadProfileTypes
  • Operation Id: AvailableWorkloadProfiles_Get
GetAvailableWorkloadProfilesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Get all available workload profiles for a location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/locations/{location}/availableManagedEnvironmentsWorkloadProfileTypes
  • Operation Id: AvailableWorkloadProfiles_Get
GetBillingMeters(SubscriptionResource, AzureLocation, CancellationToken)

Get all billingMeters for a location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/locations/{location}/billingMeters
  • Operation Id: BillingMeters_Get
GetBillingMetersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Get all billingMeters for a location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/locations/{location}/billingMeters
  • Operation Id: BillingMeters_Get
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
GetContainerAppAuthConfigResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppAuthConfigResource 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 ContainerAppAuthConfigResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppAuthConfigResource(ResourceIdentifier) instead.

GetContainerAppConnectedEnvironment(ResourceGroupResource, String, CancellationToken)

Get the properties of an connectedEnvironment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}
  • Operation Id: ConnectedEnvironments_Get
GetContainerAppConnectedEnvironmentAsync(ResourceGroupResource, String, CancellationToken)

Get the properties of an connectedEnvironment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}
  • Operation Id: ConnectedEnvironments_Get
GetContainerAppConnectedEnvironmentCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppConnectedEnvironmentCertificateResource 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 ContainerAppConnectedEnvironmentCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppConnectedEnvironmentCertificateResource(ResourceIdentifier) instead.

GetContainerAppConnectedEnvironmentDaprComponentResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppConnectedEnvironmentDaprComponentResource 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 ContainerAppConnectedEnvironmentDaprComponentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppConnectedEnvironmentDaprComponentResource(ResourceIdentifier) instead.

GetContainerAppConnectedEnvironmentResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppConnectedEnvironmentResource 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 ContainerAppConnectedEnvironmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppConnectedEnvironmentResource(ResourceIdentifier) instead.

GetContainerAppConnectedEnvironments(ResourceGroupResource)

Gets a collection of ContainerAppConnectedEnvironmentResources in the ResourceGroupResource. MockingTo mock this method, please mock GetContainerAppConnectedEnvironments() instead.

GetContainerAppConnectedEnvironments(SubscriptionResource, CancellationToken)

Get all connectedEnvironments for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/connectedEnvironments
  • Operation Id: ConnectedEnvironments_ListBySubscription
GetContainerAppConnectedEnvironmentsAsync(SubscriptionResource, CancellationToken)

Get all connectedEnvironments for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/connectedEnvironments
  • Operation Id: ConnectedEnvironments_ListBySubscription
GetContainerAppConnectedEnvironmentStorageResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppConnectedEnvironmentStorageResource 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 ContainerAppConnectedEnvironmentStorageResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppConnectedEnvironmentStorageResource(ResourceIdentifier) instead.

GetContainerAppDetectorPropertyResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppDetectorPropertyResource 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 ContainerAppDetectorPropertyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppDetectorPropertyResource(ResourceIdentifier) instead.

GetContainerAppDetectorPropertyRevisionResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppDetectorPropertyRevisionResource 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 ContainerAppDetectorPropertyRevisionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppDetectorPropertyRevisionResource(ResourceIdentifier) instead.

GetContainerAppDetectorResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppDetectorResource 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 ContainerAppDetectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppDetectorResource(ResourceIdentifier) instead.

GetContainerAppJob(ResourceGroupResource, String, CancellationToken)

Get the properties of a Container Apps Job.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/jobs/{jobName}
  • Operation Id: Jobs_Get
GetContainerAppJobAsync(ResourceGroupResource, String, CancellationToken)

Get the properties of a Container Apps Job.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/jobs/{jobName}
  • Operation Id: Jobs_Get
GetContainerAppJobExecutionResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppJobExecutionResource 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 ContainerAppJobExecutionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppJobExecutionResource(ResourceIdentifier) instead.

GetContainerAppJobResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppJobResource 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 ContainerAppJobResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppJobResource(ResourceIdentifier) instead.

GetContainerAppJobs(ResourceGroupResource)

Gets a collection of ContainerAppJobResources in the ResourceGroupResource. MockingTo mock this method, please mock GetContainerAppJobs() instead.

GetContainerAppJobs(SubscriptionResource, CancellationToken)

Get the Container Apps Jobs in a given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/jobs
  • Operation Id: Jobs_ListBySubscription
GetContainerAppJobsAsync(SubscriptionResource, CancellationToken)

Get the Container Apps Jobs in a given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/jobs
  • Operation Id: Jobs_ListBySubscription
GetContainerAppManagedCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppManagedCertificateResource 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 ContainerAppManagedCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppManagedCertificateResource(ResourceIdentifier) instead.

GetContainerAppManagedEnvironment(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
GetContainerAppManagedEnvironmentAsync(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
GetContainerAppManagedEnvironmentCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppManagedEnvironmentCertificateResource 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 ContainerAppManagedEnvironmentCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppManagedEnvironmentCertificateResource(ResourceIdentifier) instead.

GetContainerAppManagedEnvironmentDaprComponentResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppManagedEnvironmentDaprComponentResource 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 ContainerAppManagedEnvironmentDaprComponentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppManagedEnvironmentDaprComponentResource(ResourceIdentifier) instead.

GetContainerAppManagedEnvironmentDetectorResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppManagedEnvironmentDetectorResource 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 ContainerAppManagedEnvironmentDetectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppManagedEnvironmentDetectorResource(ResourceIdentifier) instead.

GetContainerAppManagedEnvironmentDetectorResourcePropertyResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppManagedEnvironmentDetectorResourcePropertyResource 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 ContainerAppManagedEnvironmentDetectorResourcePropertyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppManagedEnvironmentDetectorResourcePropertyResource(ResourceIdentifier) instead.

GetContainerAppManagedEnvironmentResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppManagedEnvironmentResource 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 ContainerAppManagedEnvironmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppManagedEnvironmentResource(ResourceIdentifier) instead.

GetContainerAppManagedEnvironments(ResourceGroupResource)

Gets a collection of ContainerAppManagedEnvironmentResources in the ResourceGroupResource. MockingTo mock this method, please mock GetContainerAppManagedEnvironments() instead.

GetContainerAppManagedEnvironments(SubscriptionResource, CancellationToken)

Get all Managed Environments for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments
  • Operation Id: ManagedEnvironments_ListBySubscription
GetContainerAppManagedEnvironmentsAsync(SubscriptionResource, CancellationToken)

Get all Managed Environments for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments
  • Operation Id: ManagedEnvironments_ListBySubscription
GetContainerAppManagedEnvironmentStorageResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppManagedEnvironmentStorageResource 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 ContainerAppManagedEnvironmentStorageResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppManagedEnvironmentStorageResource(ResourceIdentifier) instead.

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. MockingTo mock this method, please mock GetContainerAppReplicaResource(ResourceIdentifier) instead.

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. MockingTo mock this method, please mock GetContainerAppResource(ResourceIdentifier) instead.

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. MockingTo mock this method, please mock GetContainerAppRevisionResource(ResourceIdentifier) instead.

GetContainerApps(ResourceGroupResource)

Gets a collection of ContainerAppResources in the ResourceGroupResource. MockingTo mock this method, please mock GetContainerApps() instead.

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
GetContainerAppSourceControlResource(ArmClient, ResourceIdentifier)

Gets an object representing a ContainerAppSourceControlResource 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 ContainerAppSourceControlResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerAppSourceControlResource(ResourceIdentifier) instead.

Applies to