DeviceUpdate Interface
public interface DeviceUpdate
The interface for DeviceUpdate class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Accounts |
getAccounts()
Gets the Accounts |
| 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
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Instances |
getInstances()
Gets the Instances |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Private |
getPrivateEndpointConnectionProxies()
Gets the Private |
|
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
|
abstract
Private |
getPrivateLinkResources()
Gets the Private |
|
abstract
Resource |
getResourceProviders()
Gets the Resource |
| abstract String |
getSubscriptionId()
Gets The Azure subscription ID. |
Method Details
getAccounts
public abstract AccountsClient getAccounts()
Gets the AccountsClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getInstances
public abstract InstancesClient getInstances()
Gets the InstancesClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPrivateEndpointConnectionProxies
public abstract PrivateEndpointConnectionProxiesClient getPrivateEndpointConnectionProxies()
Gets the PrivateEndpointConnectionProxiesClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getResourceProviders
public abstract ResourceProvidersClient getResourceProviders()
Gets the ResourceProvidersClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The Azure subscription ID.
Returns: