Share via


AzureTrafficCollectorManagementClient Interface

public interface AzureTrafficCollectorManagementClient

The interface for AzureTrafficCollectorManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Version parameter.

abstract AzureTrafficCollectorsClient getAzureTrafficCollectors()

Gets the AzureTrafficCollectorsClient object to access its operations.

abstract AzureTrafficCollectorsByResourceGroupsClient getAzureTrafficCollectorsByResourceGroups()

Gets the AzureTrafficCollectorsByResourceGroupsClient object to access its operations.

abstract AzureTrafficCollectorsBySubscriptionsClient getAzureTrafficCollectorsBySubscriptions()

Gets the AzureTrafficCollectorsBySubscriptionsClient object to access its operations.

abstract CollectorPoliciesClient getCollectorPolicies()

Gets the CollectorPoliciesClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets Service host.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract NetworkFunctionsClient getNetworkFunctions()

Gets the NetworkFunctionsClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Version parameter.

Returns:

the apiVersion value.

getAzureTrafficCollectors

public abstract AzureTrafficCollectorsClient getAzureTrafficCollectors()

Gets the AzureTrafficCollectorsClient object to access its operations.

Returns:

the AzureTrafficCollectorsClient object.

getAzureTrafficCollectorsByResourceGroups

public abstract AzureTrafficCollectorsByResourceGroupsClient getAzureTrafficCollectorsByResourceGroups()

Gets the AzureTrafficCollectorsByResourceGroupsClient object to access its operations.

Returns:

the AzureTrafficCollectorsByResourceGroupsClient object.

getAzureTrafficCollectorsBySubscriptions

public abstract AzureTrafficCollectorsBySubscriptionsClient getAzureTrafficCollectorsBySubscriptions()

Gets the AzureTrafficCollectorsBySubscriptionsClient object to access its operations.

Returns:

the AzureTrafficCollectorsBySubscriptionsClient object.

getCollectorPolicies

public abstract CollectorPoliciesClient getCollectorPolicies()

Gets the CollectorPoliciesClient object to access its operations.

Returns:

the CollectorPoliciesClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets Service host.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getNetworkFunctions

public abstract NetworkFunctionsClient getNetworkFunctions()

Gets the NetworkFunctionsClient object to access its operations.

Returns:

the NetworkFunctionsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

Applies to