Interface EventGridManagementClient
-
public interface EventGridManagementClientThe interface for EventGridManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiVersion()Gets Api Version.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.DomainsClientgetDomains()Gets the DomainsClient object to access its operations.DomainTopicsClientgetDomainTopics()Gets the DomainTopicsClient object to access its operations.StringgetEndpoint()Gets server parameter.EventSubscriptionsClientgetEventSubscriptions()Gets the EventSubscriptionsClient object to access its operations.ExtensionTopicsClientgetExtensionTopics()Gets the ExtensionTopicsClient object to access its operations.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.OperationsClientgetOperations()Gets the OperationsClient object to access its operations.PrivateEndpointConnectionsClientgetPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.PrivateLinkResourcesClientgetPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.StringgetSubscriptionId()Gets Subscription credentials that uniquely identify a Microsoft Azure subscription.SystemTopicEventSubscriptionsClientgetSystemTopicEventSubscriptions()Gets the SystemTopicEventSubscriptionsClient object to access its operations.SystemTopicsClientgetSystemTopics()Gets the SystemTopicsClient object to access its operations.TopicsClientgetTopics()Gets the TopicsClient object to access its operations.TopicTypesClientgetTopicTypes()Gets the TopicTypesClient object to access its operations.
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
Gets Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()
Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()
Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getDomains
DomainsClient getDomains()
Gets the DomainsClient object to access its operations.- Returns:
- the DomainsClient object.
-
getDomainTopics
DomainTopicsClient getDomainTopics()
Gets the DomainTopicsClient object to access its operations.- Returns:
- the DomainTopicsClient object.
-
getEventSubscriptions
EventSubscriptionsClient getEventSubscriptions()
Gets the EventSubscriptionsClient object to access its operations.- Returns:
- the EventSubscriptionsClient object.
-
getSystemTopicEventSubscriptions
SystemTopicEventSubscriptionsClient getSystemTopicEventSubscriptions()
Gets the SystemTopicEventSubscriptionsClient object to access its operations.- Returns:
- the SystemTopicEventSubscriptionsClient object.
-
getOperations
OperationsClient getOperations()
Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getTopics
TopicsClient getTopics()
Gets the TopicsClient object to access its operations.- Returns:
- the TopicsClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getSystemTopics
SystemTopicsClient getSystemTopics()
Gets the SystemTopicsClient object to access its operations.- Returns:
- the SystemTopicsClient object.
-
getExtensionTopics
ExtensionTopicsClient getExtensionTopics()
Gets the ExtensionTopicsClient object to access its operations.- Returns:
- the ExtensionTopicsClient object.
-
getTopicTypes
TopicTypesClient getTopicTypes()
Gets the TopicTypesClient object to access its operations.- Returns:
- the TopicTypesClient object.
-
-