Interface DeviceUpdate


public interface DeviceUpdate
The interface for DeviceUpdate class.
  • Method Details

    • getSubscriptionId

      String getSubscriptionId()
      Gets The Azure subscription ID.
      Returns:
      the subscriptionId value.
    • getEndpoint

      String getEndpoint()
      Gets server parameter.
      Returns:
      the endpoint value.
    • getApiVersion

      String getApiVersion()
      Gets Api Version.
      Returns:
      the apiVersion value.
    • getHttpPipeline

      com.azure.core.http.HttpPipeline getHttpPipeline()
      Gets The HTTP pipeline to send requests through.
      Returns:
      the httpPipeline value.
    • getDefaultPollInterval

      Duration getDefaultPollInterval()
      Gets The default poll interval for long-running operation.
      Returns:
      the defaultPollInterval value.
    • getResourceProviders

      ResourceProvidersClient getResourceProviders()
      Gets the ResourceProvidersClient object to access its operations.
      Returns:
      the ResourceProvidersClient object.
    • getAccounts

      AccountsClient getAccounts()
      Gets the AccountsClient object to access its operations.
      Returns:
      the AccountsClient object.
    • getInstances

      InstancesClient getInstances()
      Gets the InstancesClient object to access its operations.
      Returns:
      the InstancesClient object.
    • getPrivateEndpointConnections

      PrivateEndpointConnectionsClient getPrivateEndpointConnections()
      Gets the PrivateEndpointConnectionsClient object to access its operations.
      Returns:
      the PrivateEndpointConnectionsClient object.
    • getPrivateLinkResources

      PrivateLinkResourcesClient getPrivateLinkResources()
      Gets the PrivateLinkResourcesClient object to access its operations.
      Returns:
      the PrivateLinkResourcesClient object.
    • getPrivateEndpointConnectionProxies

      PrivateEndpointConnectionProxiesClient getPrivateEndpointConnectionProxies()
      Gets the PrivateEndpointConnectionProxiesClient object to access its operations.
      Returns:
      the PrivateEndpointConnectionProxiesClient object.
    • getOperations

      OperationsClient getOperations()
      Gets the OperationsClient object to access its operations.
      Returns:
      the OperationsClient object.