MicrosoftDatadogClient Interface

public interface MicrosoftDatadogClient

The interface for MicrosoftDatadogClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract CreationSupportedsClient getCreationSupporteds()

Gets the CreationSupportedsClient 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 MarketplaceAgreementsClient getMarketplaceAgreements()

Gets the MarketplaceAgreementsClient object to access its operations.

abstract MonitoredSubscriptionsClient getMonitoredSubscriptions()

Gets the MonitoredSubscriptionsClient object to access its operations.

abstract MonitorsClient getMonitors()

Gets the MonitorsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract SingleSignOnConfigurationsClient getSingleSignOnConfigurations()

Gets the SingleSignOnConfigurationsClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract TagRulesClient getTagRules()

Gets the TagRulesClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getCreationSupporteds

public abstract CreationSupportedsClient getCreationSupporteds()

Gets the CreationSupportedsClient object to access its operations.

Returns:

the CreationSupportedsClient 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.

getMarketplaceAgreements

public abstract MarketplaceAgreementsClient getMarketplaceAgreements()

Gets the MarketplaceAgreementsClient object to access its operations.

Returns:

the MarketplaceAgreementsClient object.

getMonitoredSubscriptions

public abstract MonitoredSubscriptionsClient getMonitoredSubscriptions()

Gets the MonitoredSubscriptionsClient object to access its operations.

Returns:

the MonitoredSubscriptionsClient object.

getMonitors

public abstract MonitorsClient getMonitors()

Gets the MonitorsClient object to access its operations.

Returns:

the MonitorsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getSingleSignOnConfigurations

public abstract SingleSignOnConfigurationsClient getSingleSignOnConfigurations()

Gets the SingleSignOnConfigurationsClient object to access its operations.

Returns:

the SingleSignOnConfigurationsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

getTagRules

public abstract TagRulesClient getTagRules()

Gets the TagRulesClient object to access its operations.

Returns:

the TagRulesClient object.

Applies to