Share via


DeviceUpdateExtensions Class

Definition

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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceUpdate/checknameavailability
  • Operation Id: CheckNameAvailability
CheckDeviceUpdateNameAvailability(SubscriptionResource, DeviceUpdateAvailabilityContent, CancellationToken)

Checks ADU resource name availability.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceUpdate/checknameavailability
  • Operation Id: CheckNameAvailability
CheckDeviceUpdateNameAvailabilityAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Checks ADU resource name availability.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceUpdate/checknameavailability
  • Operation Id: CheckNameAvailability
CheckDeviceUpdateNameAvailabilityAsync(SubscriptionResource, DeviceUpdateAvailabilityContent, CancellationToken)

Checks ADU resource name availability.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceUpdate/checknameavailability
  • Operation Id: CheckNameAvailability
GetDeviceUpdateAccount(ResourceGroupResource, String, CancellationToken)

Returns account details for the given account name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}
  • Operation Id: Accounts_Get
GetDeviceUpdateAccountAsync(ResourceGroupResource, String, CancellationToken)

Returns account details for the given account name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}
  • Operation Id: Accounts_Get
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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts
  • Operation Id: Accounts_ListBySubscription
GetDeviceUpdateAccountsAsync(SubscriptionResource, CancellationToken)

Returns list of Accounts.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts
  • Operation Id: Accounts_ListBySubscription
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