Aracılığıyla paylaş


DevCenterExtensions Class

Definition

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

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

Methods

CheckDevCenterNameAvailability(SubscriptionResource, DevCenterNameAvailabilityContent, CancellationToken)

Check the availability of name for resource

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/checkNameAvailability
  • Operation Id: CheckNameAvailability_Execute
CheckDevCenterNameAvailabilityAsync(SubscriptionResource, DevCenterNameAvailabilityContent, CancellationToken)

Check the availability of name for resource

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/checkNameAvailability
  • Operation Id: CheckNameAvailability_Execute
GetAllowedEnvironmentTypeResource(ArmClient, ResourceIdentifier)

Gets an object representing an AllowedEnvironmentTypeResource 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 AllowedEnvironmentTypeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAllowedEnvironmentTypeResource(ResourceIdentifier) instead.

GetAttachedNetworkConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing an AttachedNetworkConnectionResource 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 AttachedNetworkConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAttachedNetworkConnectionResource(ResourceIdentifier) instead.

GetDevBoxDefinitionResource(ArmClient, ResourceIdentifier)

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

GetDevCenter(ResourceGroupResource, String, CancellationToken)

Gets a devcenter.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}
  • Operation Id: DevCenters_Get
GetDevCenterAsync(ResourceGroupResource, String, CancellationToken)

Gets a devcenter.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}
  • Operation Id: DevCenters_Get
GetDevCenterCatalogResource(ArmClient, ResourceIdentifier)

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

GetDevCenterEnvironmentTypeResource(ArmClient, ResourceIdentifier)

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

GetDevCenterGalleryResource(ArmClient, ResourceIdentifier)

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

GetDevCenterImageResource(ArmClient, ResourceIdentifier)

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

GetDevCenterNetworkConnection(ResourceGroupResource, String, CancellationToken)

Gets a network connection resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/networkConnections/{networkConnectionName}
  • Operation Id: NetworkConnections_Get
GetDevCenterNetworkConnectionAsync(ResourceGroupResource, String, CancellationToken)

Gets a network connection resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/networkConnections/{networkConnectionName}
  • Operation Id: NetworkConnections_Get
GetDevCenterNetworkConnectionResource(ArmClient, ResourceIdentifier)

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

GetDevCenterNetworkConnections(ResourceGroupResource)

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

GetDevCenterNetworkConnections(SubscriptionResource, Nullable<Int32>, CancellationToken)

Lists network connections in a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/networkConnections
  • Operation Id: NetworkConnections_ListBySubscription
GetDevCenterNetworkConnectionsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Lists network connections in a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/networkConnections
  • Operation Id: NetworkConnections_ListBySubscription
GetDevCenterOperationStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

Gets the current status of an async operation.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/operationStatuses/{operationId}
  • Operation Id: OperationStatuses_Get
GetDevCenterOperationStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Gets the current status of an async operation.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/operationStatuses/{operationId}
  • Operation Id: OperationStatuses_Get
GetDevCenterPoolResource(ArmClient, ResourceIdentifier)

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

GetDevCenterProject(ResourceGroupResource, String, CancellationToken)

Gets a specific project.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}
  • Operation Id: Projects_Get
GetDevCenterProjectAsync(ResourceGroupResource, String, CancellationToken)

Gets a specific project.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}
  • Operation Id: Projects_Get
GetDevCenterProjectEnvironmentResource(ArmClient, ResourceIdentifier)

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

GetDevCenterProjectResource(ArmClient, ResourceIdentifier)

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

GetDevCenterProjects(ResourceGroupResource)

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

GetDevCenterProjects(SubscriptionResource, Nullable<Int32>, CancellationToken)

Lists all projects in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/projects
  • Operation Id: Projects_ListBySubscription
GetDevCenterProjectsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Lists all projects in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/projects
  • Operation Id: Projects_ListBySubscription
GetDevCenterResource(ArmClient, ResourceIdentifier)

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

GetDevCenters(ResourceGroupResource)

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

GetDevCenters(SubscriptionResource, Nullable<Int32>, CancellationToken)

Lists all devcenters in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/devcenters
  • Operation Id: DevCenters_ListBySubscription
GetDevCentersAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Lists all devcenters in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/devcenters
  • Operation Id: DevCenters_ListBySubscription
GetDevCenterScheduleResource(ArmClient, ResourceIdentifier)

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

GetDevCenterSkusBySubscription(SubscriptionResource, Nullable<Int32>, CancellationToken)

Lists the Microsoft.DevCenter SKUs available in a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/skus
  • Operation Id: Skus_ListBySubscription
GetDevCenterSkusBySubscriptionAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Lists the Microsoft.DevCenter SKUs available in a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/skus
  • Operation Id: Skus_ListBySubscription
GetDevCenterUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Lists the current usages and limits in this location for the provided subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/usages
  • Operation Id: Usages_ListByLocation
GetDevCenterUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Lists the current usages and limits in this location for the provided subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/usages
  • Operation Id: Usages_ListByLocation
GetHealthCheckStatusDetailResource(ArmClient, ResourceIdentifier)

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

GetImageVersionResource(ArmClient, ResourceIdentifier)

Gets an object representing an ImageVersionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create an ImageVersionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetImageVersionResource(ResourceIdentifier) instead.

GetProjectAttachedNetworkConnectionResource(ArmClient, ResourceIdentifier)

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

GetProjectDevBoxDefinitionResource(ArmClient, ResourceIdentifier)

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

Applies to