DeviceUpdate Interface

public interface DeviceUpdate

The interface for DeviceUpdate class.

Method Summary

Modifier and Type Method and Description
abstract AccountsClient getAccounts()

Gets the AccountsClient object to access its operations.

abstract String getApiVersion()

Gets Api Version.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract InstancesClient getInstances()

Gets the InstancesClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionProxiesClient getPrivateEndpointConnectionProxies()

Gets the PrivateEndpointConnectionProxiesClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

abstract String getSubscriptionId()

Gets The Azure subscription ID.

Method Details

getAccounts

public abstract AccountsClient getAccounts()

Gets the AccountsClient object to access its operations.

Returns:

the AccountsClient object.

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getInstances

public abstract InstancesClient getInstances()

Gets the InstancesClient object to access its operations.

Returns:

the InstancesClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateEndpointConnectionProxies

public abstract PrivateEndpointConnectionProxiesClient getPrivateEndpointConnectionProxies()

Gets the PrivateEndpointConnectionProxiesClient object to access its operations.

Returns:

the PrivateEndpointConnectionProxiesClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getResourceProviders

public abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

Returns:

the ResourceProvidersClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The Azure subscription ID.

Returns:

the subscriptionId value.

Applies to