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 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
Marketplace |
getMarketplaceAgreements()
Gets the Marketplace |
|
abstract
Monitors |
getMonitors()
Gets the Monitors |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Single |
getSingleSignOnConfigurations()
Gets the Single |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Tag |
getTagRules()
Gets the Tag |
Method Details
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:
getMarketplaceAgreements
public abstract MarketplaceAgreementsClient getMarketplaceAgreements()
Gets the MarketplaceAgreementsClient object to access its operations.
Returns:
getMonitors
public abstract MonitorsClient getMonitors()
Gets the MonitorsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getSingleSignOnConfigurations
public abstract SingleSignOnConfigurationsClient getSingleSignOnConfigurations()
Gets the SingleSignOnConfigurationsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getTagRules
public abstract TagRulesClient getTagRules()
Gets the TagRulesClient object to access its operations.
Returns: