次の方法で共有


AzureTrafficCollectorManagementClient Interface

public interface AzureTrafficCollectorManagementClient

The interface for AzureTrafficCollectorManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

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 server parameter.

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 Azure Subscription ID.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

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 server parameter.

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 Azure Subscription ID.

Returns:

the subscriptionId value.

Applies to