DevSpacesExtensions 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.DevSpaces.
public static class DevSpacesExtensions
type DevSpacesExtensions = class
Public Module DevSpacesExtensions
- Inheritance
-
DevSpacesExtensions
Methods
GetContainerHostMappingContainerHostMapping(ResourceGroupResource, AzureLocation, ContainerHostMapping, CancellationToken) |
Returns container host mapping object for a container host resource ID if an associated controller exists.
|
GetContainerHostMappingContainerHostMappingAsync(ResourceGroupResource, AzureLocation, ContainerHostMapping, CancellationToken) |
Returns container host mapping object for a container host resource ID if an associated controller exists.
|
GetController(ResourceGroupResource, String, CancellationToken) |
Gets the properties for an Azure Dev Spaces Controller.
|
GetControllerAsync(ResourceGroupResource, String, CancellationToken) |
Gets the properties for an Azure Dev Spaces Controller.
|
GetControllerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ControllerResource 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 ControllerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetControllerResource(ResourceIdentifier) instead. |
GetControllers(ResourceGroupResource) |
Gets a collection of ControllerResources in the ResourceGroupResource. MockingTo mock this method, please mock GetControllers() instead. |
GetControllers(SubscriptionResource, CancellationToken) |
Lists all the Azure Dev Spaces Controllers with their properties in the subscription.
|
GetControllersAsync(SubscriptionResource, CancellationToken) |
Lists all the Azure Dev Spaces Controllers with their properties in the subscription.
|
Applies to
Azure SDK for .NET