LargeInstanceExtensions 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.LargeInstance.
public static class LargeInstanceExtensions
type LargeInstanceExtensions = class
Public Module LargeInstanceExtensions
- Inheritance
-
LargeInstanceExtensions
Methods
GetLargeInstance(ResourceGroupResource, String, CancellationToken) |
Gets an Azure Large Instance for the specified subscription, resource group, and instance name.
|
GetLargeInstanceAsync(ResourceGroupResource, String, CancellationToken) |
Gets an Azure Large Instance for the specified subscription, resource group, and instance name.
|
GetLargeInstanceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a LargeInstanceResource 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 LargeInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLargeInstanceResource(ResourceIdentifier) instead. |
GetLargeInstances(ResourceGroupResource) |
Gets a collection of LargeInstanceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetLargeInstances() instead. |
GetLargeInstances(SubscriptionResource, CancellationToken) |
Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance.
|
GetLargeInstancesAsync(SubscriptionResource, CancellationToken) |
Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance.
|
GetLargeStorageInstance(ResourceGroupResource, String, CancellationToken) |
Gets an Azure Large Storage instance for the specified subscription, resource group, and instance name.
|
GetLargeStorageInstanceAsync(ResourceGroupResource, String, CancellationToken) |
Gets an Azure Large Storage instance for the specified subscription, resource group, and instance name.
|
GetLargeStorageInstanceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a LargeStorageInstanceResource 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 LargeStorageInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLargeStorageInstanceResource(ResourceIdentifier) instead. |
GetLargeStorageInstances(ResourceGroupResource) |
Gets a collection of LargeStorageInstanceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetLargeStorageInstances() instead. |
GetLargeStorageInstances(SubscriptionResource, CancellationToken) |
Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance.
|
GetLargeStorageInstancesAsync(SubscriptionResource, CancellationToken) |
Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance.
|
Applies to
Azure SDK for .NET