DeviceUpdateExtensions 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.DeviceUpdate.
public static class DeviceUpdateExtensions
type DeviceUpdateExtensions = class
Public Module DeviceUpdateExtensions
- Inheritance
-
DeviceUpdateExtensions
Methods
CheckDeviceUpdateNameAvailability(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken) |
Checks ADU resource name availability.
|
CheckDeviceUpdateNameAvailability(SubscriptionResource, DeviceUpdateAvailabilityContent, CancellationToken) |
Checks ADU resource name availability.
|
CheckDeviceUpdateNameAvailabilityAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken) |
Checks ADU resource name availability.
|
CheckDeviceUpdateNameAvailabilityAsync(SubscriptionResource, DeviceUpdateAvailabilityContent, CancellationToken) |
Checks ADU resource name availability.
|
GetDeviceUpdateAccount(ResourceGroupResource, String, CancellationToken) |
Returns account details for the given account name.
|
GetDeviceUpdateAccountAsync(ResourceGroupResource, String, CancellationToken) |
Returns account details for the given account name.
|
GetDeviceUpdateAccountResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DeviceUpdateAccountResource 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 DeviceUpdateAccountResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDeviceUpdateAccountResource(ResourceIdentifier) instead. |
GetDeviceUpdateAccounts(ResourceGroupResource) |
Gets a collection of DeviceUpdateAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDeviceUpdateAccounts() instead. |
GetDeviceUpdateAccounts(SubscriptionResource, CancellationToken) |
Returns list of Accounts.
|
GetDeviceUpdateAccountsAsync(SubscriptionResource, CancellationToken) |
Returns list of Accounts.
|
GetDeviceUpdateInstanceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DeviceUpdateInstanceResource 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 DeviceUpdateInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDeviceUpdateInstanceResource(ResourceIdentifier) instead. |
GetDeviceUpdatePrivateEndpointConnectionProxyResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DeviceUpdatePrivateEndpointConnectionProxyResource 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 DeviceUpdatePrivateEndpointConnectionProxyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDeviceUpdatePrivateEndpointConnectionProxyResource(ResourceIdentifier) instead. |
GetDeviceUpdatePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DeviceUpdatePrivateEndpointConnectionResource 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 DeviceUpdatePrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDeviceUpdatePrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetDeviceUpdatePrivateLinkResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DeviceUpdatePrivateLinkResource 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 DeviceUpdatePrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDeviceUpdatePrivateLinkResource(ResourceIdentifier) instead. |
GetPrivateEndpointConnectionProxyResource(ArmClient, ResourceIdentifier) |
Gets an object representing a PrivateEndpointConnectionProxyResource 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 PrivateEndpointConnectionProxyResourceResourceIdentifier from its components. |
GetPrivateLinkResource(ArmClient, ResourceIdentifier) |
Gets an object representing a PrivateLinkResource 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 PrivateLinkResourceResourceIdentifier from its components. |
Applies to
Azure SDK for .NET