Partilhar 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
  • Default Api Version: 2023-07-01
<item>MockingTo mock this method, please mock CheckDeviceUpdateNameAvailability(DeviceUpdateAvailabilityContent, CancellationToken) instead.</item>
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
  • Default Api Version: 2023-07-01
<item>MockingTo mock this method, please mock CheckDeviceUpdateNameAvailability(DeviceUpdateAvailabilityContent, CancellationToken) instead.</item>
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
  • Default Api Version: 2023-07-01
  • Resource: DeviceUpdateAccountResource
<item>MockingTo mock this method, please mock GetDeviceUpdateAccount(String, CancellationToken) instead.</item>
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
  • Default Api Version: 2023-07-01
  • Resource: DeviceUpdateAccountResource
<item>MockingTo mock this method, please mock GetDeviceUpdateAccountAsync(String, CancellationToken) instead.</item>
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. <item>MockingTo mock this method, please mock GetDeviceUpdateAccountResource(ResourceIdentifier) instead.</item>

GetDeviceUpdateAccounts(ResourceGroupResource)

Gets a collection of DeviceUpdateAccountResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetDeviceUpdateAccounts() instead.</item>

GetDeviceUpdateAccounts(SubscriptionResource, CancellationToken)

Returns list of Accounts.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts
  • Operation Id: Accounts_ListBySubscription
  • Default Api Version: 2023-07-01
  • Resource: DeviceUpdateAccountResource
<item>MockingTo mock this method, please mock GetDeviceUpdateAccounts(CancellationToken) instead.</item>
GetDeviceUpdateAccountsAsync(SubscriptionResource, CancellationToken)

Returns list of Accounts.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts
  • Operation Id: Accounts_ListBySubscription
  • Default Api Version: 2023-07-01
  • Resource: DeviceUpdateAccountResource
<item>MockingTo mock this method, please mock GetDeviceUpdateAccounts(CancellationToken) instead.</item>
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. <item>MockingTo mock this method, please mock GetDeviceUpdateInstanceResource(ResourceIdentifier) instead.</item>

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. <item>MockingTo mock this method, please mock GetDeviceUpdatePrivateEndpointConnectionProxyResource(ResourceIdentifier) instead.</item>

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. <item>MockingTo mock this method, please mock GetDeviceUpdatePrivateEndpointConnectionResource(ResourceIdentifier) instead.</item>

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. <item>MockingTo mock this method, please mock GetDeviceUpdatePrivateLinkResource(ResourceIdentifier) instead.</item>

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