{"openapi":"3.0.0","info":{"description":"Azure Event Hubs client for managing Event Hubs Cluster, IPFilter Rules and VirtualNetworkRules resources.","title":"EventHub2018PreviewManagementClient","version":"2018-01-01-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2018-01-01-preview/EventHub-preview.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"eventhub-EventHub-preview","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.EventHub/operations":{"get":{"description":"Lists all of the available Event Hub REST API operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"EHOperations_List":{"$ref":"#/components/examples/EHOperations_List"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegions":{"get":{"description":"List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.","operationId":"Clusters_ListAvailableClusters","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Available clusters listed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AvailableClustersList"},"examples":{"ListAvailableClusters":{"$ref":"#/components/examples/ListAvailableClusters"}}}}},"default":{"description":"Error response describing why available clusters could not be successfully listed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Clusters"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaces":{"get":{"description":"Lists all the available Namespaces within a subscription, irrespective of the resource groups.","operationId":"Namespaces_List","parameters":[{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespaces returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespaceListResult"},"examples":{"NamespacesListBySubscription":{"$ref":"#/components/examples/NamespacesListBySubscription"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters":{"get":{"description":"Lists the available Event Hubs Clusters within an ARM resource group.","operationId":"Clusters_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Clusters returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterListResult"},"examples":{"ClustersListByResourceGroup":{"$ref":"#/components/examples/ClustersListByResourceGroup"}}}}},"default":{"description":"Event Hub Cluster error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Clusters"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}":{"delete":{"description":"Deletes an existing Event Hubs Cluster. This operation is idempotent.","operationId":"Clusters_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Event Hubs Cluster successfully deleted."},"202":{"description":"Event Hubs Cluster delete request accepted."},"204":{"description":"No content."},"default":{"description":"Event Hubs error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster"],"x-ms-long-running-operation":true},"get":{"description":"Gets the resource description of the specified Event Hubs Cluster.","operationId":"Clusters_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Event Hubs Cluster resource description returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"ClusterGet":{"$ref":"#/components/examples/ClusterGet"}}}}},"default":{"description":"Event Hubs Cluster error response describing why the cluster description get operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster"]},"patch":{"description":"Modifies mutable properties on the Event Hubs Cluster. This operation is idempotent.","operationId":"Clusters_Patch","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"}}},"description":"The properties of the Event Hubs Cluster which should be updated.","required":true},"responses":{"200":{"description":"Event Hubs Cluster successfully created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"ClusterPatch":{"$ref":"#/components/examples/ClusterPatch"}}}}},"201":{"description":"Event Hubs Cluster update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"ClusterPatch":{"$ref":"#/components/examples/ClusterPatch"}}}}},"202":{"description":"Event Hubs Cluster update request accepted."},"default":{"description":"Event Hubs error response detailing why the Event Hubs Cluster update operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster"],"x-ms-long-running-operation":true},"put":{"description":"Creates or updates an instance of an Event Hubs Cluster.","operationId":"Clusters_Put","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Event Hubs Cluster successfully created or updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"ClusterPut":{"$ref":"#/components/examples/ClusterPut"}}}}},"201":{"description":"Event Hubs Cluster create or update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"ClusterPut":{"$ref":"#/components/examples/ClusterPut"}}}}},"202":{"description":"Event Hubs Cluster create or update request accepted."},"default":{"description":"Event Hubs error response detailing why the Event Hubs Cluster create or update operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}/namespaces":{"get":{"description":"List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster.","operationId":"Clusters_ListNamespaces","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"List of Namespace IDs in Cluster successfully delivered.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespaceIdListResult"},"examples":{"ListNamespacesInCluster":{"$ref":"#/components/examples/ListNamespacesInCluster"}}}}},"default":{"description":"Event Hubs Cluster error response detailing why this operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Namespace Enumeration in Cluster"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}/quotaConfiguration/default":{"get":{"description":"Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.","operationId":"Configuration_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Event Hubs Cluster settings configuration returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterQuotaConfigurationProperties"},"examples":{"ClustersQuotasConfigurationGet":{"$ref":"#/components/examples/ClustersQuotasConfigurationGet"}}}}},"default":{"description":"Event Hubs Cluster error response describing why the get cluster quotas and settings operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster Configuration"]},"patch":{"description":"Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.","operationId":"Configuration_Patch","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterQuotaConfigurationProperties"}}},"description":"Parameters for creating an Event Hubs Cluster resource.","required":true},"responses":{"200":{"description":"Event Hubs Cluster settings configuration returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterQuotaConfigurationProperties"},"examples":{"ClustersQuotasConfigurationPatch":{"$ref":"#/components/examples/ClustersQuotasConfigurationPatch"}}}}},"201":{"description":"Event Hubs Cluster setting configuration request successfully accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterQuotaConfigurationProperties"},"examples":{"ClustersQuotasConfigurationPatch":{"$ref":"#/components/examples/ClustersQuotasConfigurationPatch"}}}}},"202":{"description":"Event Hubs Cluster update request accepted."},"default":{"description":"Event Hubs Cluster error response describing why the get cluster quotas and settings operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster Configuration"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces":{"get":{"description":"Lists the available Namespaces within a resource group.","operationId":"Namespaces_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespaces returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespaceListResult"},"examples":{"NamespaceListByResourceGroup":{"$ref":"#/components/examples/NamespaceListByResourceGroup"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}":{"delete":{"description":"Deletes an existing namespace. This operation also removes all associated resources under the namespace.","operationId":"Namespaces_Delete","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace successfully deleted."},"202":{"description":"Namespace delete request accepted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-long-running-operation":true},"get":{"description":"Gets the description of the specified namespace.","operationId":"Namespaces_Get","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NameSpaceGet":{"$ref":"#/components/examples/NameSpaceGet"}}}}},"201":{"description":"Namespace update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NameSpaceGet":{"$ref":"#/components/examples/NameSpaceGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"patch":{"description":"Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.","operationId":"Namespaces_Update","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"}}},"description":"Parameters for updating a namespace resource.","required":true},"responses":{"200":{"description":"Namespace successfully updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespacesUpdate":{"$ref":"#/components/examples/NamespacesUpdate"}}}}},"201":{"description":"Namespace update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespacesUpdate":{"$ref":"#/components/examples/NamespacesUpdate"}}}}},"202":{"description":"Namespace create or update request accepted."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.","operationId":"Namespaces_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"}}},"description":"Parameters for creating a namespace resource.","required":true},"responses":{"200":{"description":"Namespace successfully created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespaceCreate":{"$ref":"#/components/examples/NamespaceCreate"}}}}},"201":{"description":"Namespace create request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespaceCreate":{"$ref":"#/components/examples/NamespaceCreate"}}}}},"202":{"description":"Namespace create or update request accepted."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/ipfilterrules":{"get":{"description":"Gets a list of IP Filter rules for a Namespace.","operationId":"Namespaces_ListIPFilterRules","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace IpFilterRule successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IpFilterRuleListResult"},"examples":{"ListIpFilterRules":{"$ref":"#/components/examples/ListIpFilterRules"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/ipfilterrules/{ipFilterRuleName}":{"delete":{"description":"Deletes an IpFilterRule for a Namespace.","operationId":"Namespaces_DeleteIpFilterRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/ipFilterRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace IpFilterRule successfully deleted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"get":{"description":"Gets an IpFilterRule for a Namespace by rule name.","operationId":"Namespaces_GetIpFilterRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/ipFilterRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace IpFilterRule returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IpFilterRule"},"examples":{"NameSpaceIpFilterRuleGet":{"$ref":"#/components/examples/NameSpaceIpFilterRuleGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Creates or updates an IpFilterRule for a Namespace.","operationId":"Namespaces_CreateOrUpdateIpFilterRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/ipFilterRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IpFilterRule"}}},"description":"The Namespace IpFilterRule.","required":true},"responses":{"200":{"description":"Namespace IpFilterRule created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IpFilterRule"},"examples":{"NameSpaceIpFilterRuleCreate":{"$ref":"#/components/examples/NameSpaceIpFilterRuleCreate"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/networkRuleSets/default":{"get":{"description":"Gets NetworkRuleSet for a Namespace.","operationId":"Namespaces_GetNetworkRuleSet","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace NetworkRuleSet successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkRuleSet"},"examples":{"NameSpaceNetworkRuleSetGet":{"$ref":"#/components/examples/NameSpaceNetworkRuleSetGet"}}}}},"default":{"description":"ServiceBus error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Create or update NetworkRuleSet for a Namespace.","operationId":"Namespaces_CreateOrUpdateNetworkRuleSet","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkRuleSet"}}},"description":"The Namespace IpFilterRule.","required":true},"responses":{"200":{"description":"Namespace NetworkRuleSet successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkRuleSet"},"examples":{"NameSpaceNetworkRuleSetCreate":{"$ref":"#/components/examples/NameSpaceNetworkRuleSetCreate"}}}}},"default":{"description":"ServiceBus error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/virtualnetworkrules":{"get":{"description":"Gets a list of VirtualNetwork rules for a Namespace.","operationId":"Namespaces_ListVirtualNetworkRules","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace VirtualNetworkRule successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRuleListResult"},"examples":{"ListIpFilterRules":{"$ref":"#/components/examples/ListIpFilterRules"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/virtualnetworkrules/{virtualNetworkRuleName}":{"delete":{"description":"Deletes an VirtualNetworkRule for a Namespace.","operationId":"Namespaces_DeleteVirtualNetworkRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/virtualNetworkRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace VirtualNetworkRule successfully deleted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"get":{"description":"Gets an VirtualNetworkRule for a Namespace by rule name.","operationId":"Namespaces_GetVirtualNetworkRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/virtualNetworkRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace VirtualNetworkRule returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRule"},"examples":{"NameSpaceVirtualNetworkRuleGet":{"$ref":"#/components/examples/NameSpaceVirtualNetworkRuleGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Creates or updates an VirtualNetworkRule for a Namespace.","operationId":"Namespaces_CreateOrUpdateVirtualNetworkRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/virtualNetworkRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRule"}}},"description":"The Namespace VirtualNetworkRule.","required":true},"responses":{"200":{"description":"Namespace VirtualNetworkRule created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRule"},"examples":{"NameSpaceVirtualNetworkRuleCreate":{"$ref":"#/components/examples/NameSpaceVirtualNetworkRuleCreate"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"EHOperations_List":{"value":{"value":[{"display":{"operation":"Get namespace availability.","provider":"Microsoft Azure EventHub","resource":"Non Resource Operation"},"name":"Microsoft.EventHub/checkNameAvailability/action"},{"display":{"operation":"Registers the EventHub Resource Provider","provider":"Microsoft Azure EventHub","resource":"EventHub Resource Provider"},"name":"Microsoft.EventHub/register/action"},{"display":{"operation":"Create Or Update Namespace ","provider":"Microsoft Azure EventHub","resource":"Namespace"},"name":"Microsoft.EventHub/namespaces/write"},{"display":{"operation":"Get Namespace Resource","provider":"Microsoft Azure EventHub","resource":"Namespace"},"name":"Microsoft.EventHub/namespaces/read"},{"display":{"operation":"Delete Namespace","provider":"Microsoft Azure EventHub","resource":"Namespace"},"name":"Microsoft.EventHub/namespaces/Delete"},{"display":{"operation":"Get Namespace Authorization Rules","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/read"},{"display":{"operation":"Create or Update Namespace Authorization Rules","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/write"},{"display":{"operation":"Delete Namespace Authorization Rule","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/delete"},{"display":{"operation":"Get Namespace Listkeys","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/listkeys/action"},{"display":{"operation":"Resource Regeneratekeys","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/regenerateKeys/action"},{"display":{"operation":"Create or Update EventHub","provider":"Microsoft Azure EventHub","resource":"EventHub"},"name":"Microsoft.EventHub/namespaces/eventhubs/write"},{"display":{"operation":"Get EventHub","provider":"Microsoft Azure EventHub","resource":"EventHub"},"name":"Microsoft.EventHub/namespaces/eventhubs/read"},{"display":{"operation":"Delete EventHub","provider":"Microsoft Azure EventHub","resource":"EventHub"},"name":"Microsoft.EventHub/namespaces/eventhubs/Delete"},{"display":{"operation":" Get EventHub Authorization Rules","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/read"},{"display":{"operation":"Create or Update EventHub Authorization Rule","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/write"},{"display":{"operation":"Delete EventHub Authorization Rules","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/delete"},{"display":{"operation":"List EventHub keys","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/listkeys/action"},{"display":{"operation":"Resource Regeneratekeys","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/regenerateKeys/action"},{"display":{"operation":"Create or Update ConsumerGroup","provider":"Microsoft Azure EventHub","resource":"ConsumerGroup"},"name":"Microsoft.EventHub/namespaces/eventHubs/consumergroups/write"},{"display":{"operation":"Get ConsumerGroup","provider":"Microsoft Azure EventHub","resource":"ConsumerGroup"},"name":"Microsoft.EventHub/namespaces/eventHubs/consumergroups/read"},{"display":{"operation":"Delete ConsumerGroup","provider":"Microsoft Azure EventHub","resource":"ConsumerGroup"},"name":"Microsoft.EventHub/namespaces/eventHubs/consumergroups/Delete"},{"display":{"operation":"Get Namespace metrics","provider":"Microsoft Azure EventHub","resource":"Namespace metrics"},"name":"Microsoft.EventHub/namespaces/metricDefinitions/read"},{"display":{"operation":"Get Namespace diagnostic settings","provider":"Microsoft Azure EventHub","resource":"Namespace diagnostic settings"},"name":"Microsoft.EventHub/namespaces/diagnosticSettings/read"},{"display":{"operation":"Create or Update Namespace diagnostic settings","provider":"Microsoft Azure EventHub","resource":"Namespace diagnostic settings"},"name":"Microsoft.EventHub/namespaces/diagnosticSettings/write"},{"display":{"operation":"Get Namespace logs","provider":"Microsoft Azure EventHub","resource":"Namespace logs"},"name":"Microsoft.EventHub/namespaces/logDefinitions/read"},{"display":{"operation":"Get Event Hubs Clusters","provider":"Microsoft Azure EventHub","resource":"Cluster"},"name":"Microsoft.EventHub/clusters/read"},{"display":{"operation":"Update Cluster","provider":"Microsoft Azure EventHub","resource":"Cluster"},"name":"Microsoft.EventHub/clusters/write"}]}},"ListAvailableClusters":{"value":{"value":[{"location":"westus"},{"location":"eastus"}]}},"NamespacesListBySubscription":{"value":{"value":[{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/sadfsadfsadf/providers/Microsoft.EventHub/namespaces/eh-ns1","location":"South Central US","name":"eh-ns1","properties":{"createdAt":"2016-08-23T04:15:35.263Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:eh-ns1","provisioningState":"Succeeded","serviceBusEndpoint":"https://eh-ns1.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T20:13:04.007Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace1","location":"South Central US","name":"ehnamespace1","properties":{"createdAt":"2016-08-05T16:56:48.657Z","isAutoInflateEnabled":true,"maximumThroughputUnits":20,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace1.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T23:49:12.69Z"},"sku":{"capacity":9,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95","location":"South Central US","name":"NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95","properties":{"createdAt":"2016-09-16T01:10:00.96Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T11:15:32.313Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-027302b7-df82-43a1-abf7-b6a2e2429115","location":"South Central US","name":"NS-027302b7-df82-43a1-abf7-b6a2e2429115","properties":{"createdAt":"2016-08-05T04:13:34.727Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-027302b7-df82-43a1-abf7-b6a2e2429115","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-027302b7-df82-43a1-abf7-b6a2e2429115.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T10:35:30.053Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/abc-7-14","location":"South Central US","name":"abc-7-14","properties":{"createdAt":"2017-05-05T17:58:58.433Z","isAutoInflateEnabled":true,"maximumThroughputUnits":14,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc-7-14","provisioningState":"Succeeded","serviceBusEndpoint":"https://abc-7-14.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:59:20Z"},"sku":{"capacity":7,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3054","location":"South Central US","name":"sdk-Namespace-3054","properties":{"createdAt":"2017-05-24T18:43:53.58Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3054.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:44:16.657Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/namespace1asdfsa","location":"South Central US","name":"namespace1asdfsa","properties":{"createdAt":"2016-09-12T18:23:15.833Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:namespace1asdfsa","provisioningState":"Succeeded","serviceBusEndpoint":"https://namespace1asdfsa.servicebus.windows-int.net:443/","updatedAt":"2017-02-04T01:58:49.523Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/hello1-3-8","location":"South Central US","name":"hello1-3-8","properties":{"createdAt":"2017-05-05T19:23:18.96Z","isAutoInflateEnabled":true,"maximumThroughputUnits":8,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-3-8","provisioningState":"Succeeded","serviceBusEndpoint":"https://hello1-3-8.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T19:23:42.497Z"},"sku":{"capacity":3,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBPerplexed","location":"South Central US","name":"SBPerplexed","properties":{"createdAt":"2016-10-10T19:18:57.773Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbperplexed","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBPerplexed.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T23:46:15.22Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace123","location":"South Central US","name":"ehnamespace123","properties":{"createdAt":"2016-08-05T16:57:09Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace123","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace123.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T08:25:30.093Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/oaisdjfoiasdjfoiajsdfoijasd","location":"South Central US","name":"oaisdjfoiasdjfoiajsdfoijasd","properties":{"createdAt":"2017-05-03T22:05:29.61Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:oaisdjfoiasdjfoiajsdfoijasd","provisioningState":"Succeeded","serviceBusEndpoint":"https://oaisdjfoiasdjfoiajsdfoijasd.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T22:05:51.593Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ns3","location":"South Central US","name":"rrama-ns3","properties":{"createdAt":"2016-08-23T04:22:40.633Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ns3","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-ns3.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T12:52:58.277Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/abc123","location":"South Central US","name":"abc123","properties":{"createdAt":"2017-05-04T19:06:00.813Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123","provisioningState":"Succeeded","serviceBusEndpoint":"https://abc123.servicebus.windows-int.net:443/","updatedAt":"2017-05-04T19:06:23.71Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace21","location":"South Central US","name":"ehnamespace21","properties":{"createdAt":"2016-08-05T16:57:00.377Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace21","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace21.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T09:50:32.86Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBFlerbederp","location":"South Central US","name":"SBFlerbederp","properties":{"createdAt":"2016-10-10T19:32:17.56Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbflerbederp","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBFlerbederp.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T20:46:59.227Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/aaa-001-9-11","location":"South Central US","name":"aaa-001-9-11","properties":{"createdAt":"2017-05-05T17:32:22.37Z","isAutoInflateEnabled":true,"maximumThroughputUnits":11,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-001-9-11","provisioningState":"Succeeded","serviceBusEndpoint":"https://aaa-001-9-11.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:32:44.76Z"},"sku":{"capacity":9,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-47a32389-7331-47c8-9228-4c145b2650d7","location":"South Central US","name":"NS-47a32389-7331-47c8-9228-4c145b2650d7","properties":{"createdAt":"2016-09-16T01:41:51.857Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-47a32389-7331-47c8-9228-4c145b2650d7","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-47a32389-7331-47c8-9228-4c145b2650d7.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T08:28:03.157Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7","location":"South Central US","name":"NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7","properties":{"createdAt":"2016-08-05T03:39:52.323Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:40:32.24Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBFeasible","location":"South Central US","name":"SBFeasible","properties":{"createdAt":"2016-10-10T19:05:24.76Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbfeasible","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBFeasible.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T19:51:55.893Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-3b72258b-a8a1-4250-8952-e89a15af71fc","location":"South Central US","name":"NS-3b72258b-a8a1-4250-8952-e89a15af71fc","properties":{"createdAt":"2016-09-16T17:59:27.227Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-3b72258b-a8a1-4250-8952-e89a15af71fc","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-3b72258b-a8a1-4250-8952-e89a15af71fc.servicebus.windows-int.net:443/","updatedAt":"2017-02-27T19:34:26.633Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849","location":"South Central US","name":"sdk-Namespace-5849","properties":{"createdAt":"2017-05-24T23:23:27.877Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-5849.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T23:23:50.467Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.EventHub/namespaces/TestNamespace1","location":"South Central US","name":"TestNamespace1","properties":{"createdAt":"2017-04-25T00:28:00.243Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace1","provisioningState":"Updating","serviceBusEndpoint":"https://TestNamespace1.servicebus.windows-int.net:443/","updatedAt":"2017-04-26T20:54:41.18Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns","location":"South Central US","name":"rrama-ehns","properties":{"createdAt":"2016-08-23T04:22:49.74Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-ehns.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T07:03:51.793Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.EventHub/namespaces/TestNamespace3","location":"South Central US","name":"TestNamespace3","properties":{"createdAt":"2017-05-03T22:33:17.84Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace3","provisioningState":"Succeeded","serviceBusEndpoint":"https://TestNamespace3.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T22:33:40.087Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4984","location":"South Central US","name":"sdk-Namespace-4984","properties":{"createdAt":"2017-05-24T21:31:03.587Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-4984.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T21:31:24.967Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-19df9616-54d6-47c9-8779-a4651835a95c","location":"South Central US","name":"NS-19df9616-54d6-47c9-8779-a4651835a95c","properties":{"createdAt":"2016-08-23T02:38:33.8Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-19df9616-54d6-47c9-8779-a4651835a95c","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-19df9616-54d6-47c9-8779-a4651835a95c.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:28:01.093Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-463af3de-8c87-4347-a614-a4c24f748109","location":"South Central US","name":"NS-463af3de-8c87-4347-a614-a4c24f748109","properties":{"createdAt":"2016-08-05T00:55:04.807Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-463af3de-8c87-4347-a614-a4c24f748109","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-463af3de-8c87-4347-a614-a4c24f748109.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:13:53.343Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5606","location":"South Central US","name":"sdk-Namespace-5606","properties":{"createdAt":"2017-05-24T18:56:05.093Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5606","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-5606.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:56:27.32Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3","location":"South Central US","name":"NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3","properties":{"createdAt":"2016-08-05T04:18:53.27Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-2d5d93d1-1d01-4141-9f4d-7d619b9c88c3.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:49:39.877Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-7703","location":"South Central US","name":"sdk-Namespace-7703","properties":{"createdAt":"2017-05-24T19:05:23.817Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-7703","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-7703.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T19:05:44.717Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001","location":"South Central US","name":"zzzzzzzzzzzzzzzzzzzzzz-00001","properties":{"createdAt":"2017-05-04T21:35:49.383Z","isAutoInflateEnabled":true,"maximumThroughputUnits":11,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:zzzzzzzzzzzzzzzzzzzzzz-00001","provisioningState":"Succeeded","serviceBusEndpoint":"https://zzzzzzzzzzzzzzzzzzzzzz-00001.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:01:20.733Z"},"sku":{"capacity":3,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBQuestionable","location":"South Central US","name":"SBQuestionable","properties":{"createdAt":"2016-10-10T18:56:24.723Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbquestionable","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBQuestionable.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T19:51:46.983Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace1234","location":"South Central US","name":"ehnamespace1234","properties":{"createdAt":"2016-08-05T16:57:17.863Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1234","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace1234.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T10:35:33.817Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3919","location":"South Central US","name":"sdk-Namespace-3919","properties":{"createdAt":"2017-05-24T02:08:20.15Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3919","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3919.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T02:08:41.313Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/arunarchivetest","location":"South Central US","name":"arunarchivetest","properties":{"createdAt":"2017-03-08T19:25:49.897Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:arunarchivetest","provisioningState":"Succeeded","serviceBusEndpoint":"https://arunarchivetest.servicebus.windows-int.net:443/","updatedAt":"2017-03-08T19:26:17.49Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf","location":"South Central US","name":"aiosdjfaoidjasdoijasdfoijasdfofijsdf","properties":{"createdAt":"2017-05-04T21:23:23.9Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:aiosdjfaoidjasdoijasdfoijasdfofijsdf","provisioningState":"Succeeded","serviceBusEndpoint":"https://aiosdjfaoidjasdoijasdfoijasdfofijsdf.servicebus.windows-int.net:443/","updatedAt":"2017-05-04T21:23:46.78Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3413","location":"South Central US","name":"sdk-Namespace-3413","properties":{"createdAt":"2017-05-24T19:02:15.45Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3413","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3413.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T19:02:38.047Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBConfuzzled","location":"South Central US","name":"SBConfuzzled","properties":{"createdAt":"2016-10-10T19:30:45.71Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbconfuzzled","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBConfuzzled.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T22:49:17.82Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-8695","location":"South Central US","name":"sdk-Namespace-8695","properties":{"createdAt":"2017-05-24T20:03:43.81Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-8695","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-8695.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T20:04:05.88Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/aaa-11-17","location":"South Central US","name":"aaa-11-17","properties":{"createdAt":"2017-05-08T18:47:07.64Z","isAutoInflateEnabled":true,"maximumThroughputUnits":17,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-11-17","provisioningState":"Succeeded","serviceBusEndpoint":"https://aaa-11-17.servicebus.windows-int.net:443/","updatedAt":"2017-05-08T18:47:29.587Z"},"sku":{"capacity":11,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/hello1-4-14","location":"South Central US","name":"hello1-4-14","properties":{"createdAt":"2017-05-05T18:54:20.563Z","isAutoInflateEnabled":true,"maximumThroughputUnits":14,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-4-14","provisioningState":"Succeeded","serviceBusEndpoint":"https://hello1-4-14.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T18:54:42.507Z"},"sku":{"capacity":4,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4801","location":"South Central US","name":"sdk-Namespace-4801","properties":{"createdAt":"2017-05-24T18:39:39.213Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4801","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-4801.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:40:00.087Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/RichardsEventHub1","location":"South Central US","name":"RichardsEventHub1","properties":{"createdAt":"2017-04-27T19:15:13.05Z","isAutoInflateEnabled":true,"maximumThroughputUnits":15,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:richardseventhub1","provisioningState":"Succeeded","serviceBusEndpoint":"https://RichardsEventHub1.servicebus.windows-int.net:443/","updatedAt":"2017-05-09T19:34:41.127Z"},"sku":{"capacity":8,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-test","location":"South Central US","name":"rrama-autoinflate-test","properties":{"createdAt":"2017-05-01T16:58:11.34Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-test","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-autoinflate-test.servicebus.windows-int.net:443/","updatedAt":"2017-05-08T21:52:42.663Z"},"sku":{"capacity":7,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/foofoofoofoof","location":"South Central US","name":"foofoofoofoof","properties":{"createdAt":"2017-04-29T02:47:53.523Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:foofoofoofoof","provisioningState":"Succeeded","serviceBusEndpoint":"https://foofoofoofoof.servicebus.windows-int.net:443/","updatedAt":"2017-04-29T02:48:17.95Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/asdf1234asdf","location":"South Central US","name":"asdf1234asdf","properties":{"createdAt":"2016-09-13T01:45:40.58Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:asdf1234asdf","provisioningState":"Succeeded","serviceBusEndpoint":"https://asdf1234asdf.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T06:54:38.623Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2812","location":"South Central US","name":"sdk-Namespace-2812","properties":{"createdAt":"2017-05-24T18:55:44.687Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2812","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-2812.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:56:05.587Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c","location":"South Central US","name":"NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c","properties":{"createdAt":"2016-08-05T04:02:53.43Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-4aadc830-1029-49b8-8fbd-dd0130e7a84c","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-4aadc830-1029-49b8-8fbd-dd0130e7a84c.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T05:13:02.697Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-5e79a429-aa52-42b9-8120-2fe72fc00727","location":"South Central US","name":"NS-5e79a429-aa52-42b9-8120-2fe72fc00727","properties":{"createdAt":"2016-08-05T01:13:41.527Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-5e79a429-aa52-42b9-8120-2fe72fc00727","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-5e79a429-aa52-42b9-8120-2fe72fc00727.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:24:44.797Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-df-ns1","location":"South Central US","name":"rrama-df-ns1","properties":{"createdAt":"2016-10-27T23:35:05.453Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-df-ns1","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-df-ns1.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T20:23:49.533Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/bbbb-9-12","location":"South Central US","name":"bbbb-9-12","properties":{"createdAt":"2017-05-05T17:47:35.123Z","isAutoInflateEnabled":true,"maximumThroughputUnits":12,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:bbbb-9-12","provisioningState":"Succeeded","serviceBusEndpoint":"https://bbbb-9-12.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:47:56.1Z"},"sku":{"capacity":9,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/eh-autoInflate/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-template1","location":"South Central US","name":"rrama-autoinflate-template1","properties":{"createdAt":"2017-05-03T17:46:36.71Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-template1","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-autoinflate-template1.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T17:47:00.163Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/RandomPlotTwists","location":"South Central US","name":"RandomPlotTwists","properties":{"createdAt":"2017-05-18T00:37:26.13Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:randomplottwists","provisioningState":"Succeeded","serviceBusEndpoint":"https://RandomPlotTwists.servicebus.windows-int.net:443/","updatedAt":"2017-05-18T00:37:49.533Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-1862d295-09cc-4e54-b23d-a2bc3bab2392","location":"South Central US","name":"NS-1862d295-09cc-4e54-b23d-a2bc3bab2392","properties":{"createdAt":"2016-08-05T04:08:14.253Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-1862d295-09cc-4e54-b23d-a2bc3bab2392","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-1862d295-09cc-4e54-b23d-a2bc3bab2392.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:33:53.34Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-MigrateThis","location":"South Central US","name":"NS-MigrateThis","properties":{"createdAt":"2016-08-06T00:23:12.3Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-migratethis","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-MigrateThis.servicebus.windows-int.net:443/","updatedAt":"2017-02-04T00:25:08.043Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-5e01d977-125c-4fd2-8a78-cc50be544d1f","location":"South Central US","name":"NS-5e01d977-125c-4fd2-8a78-cc50be544d1f","properties":{"createdAt":"2016-08-05T04:34:33.617Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-5e01d977-125c-4fd2-8a78-cc50be544d1f","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-5e01d977-125c-4fd2-8a78-cc50be544d1f.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T05:54:42.25Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-2b17fb74-2719-4c68-9ba3-13a018485b1f","location":"South Central US","name":"NS-2b17fb74-2719-4c68-9ba3-13a018485b1f","properties":{"createdAt":"2016-08-05T04:29:17.147Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-2b17fb74-2719-4c68-9ba3-13a018485b1f","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-2b17fb74-2719-4c68-9ba3-13a018485b1f.servicebus.windows-int.net:443/","updatedAt":"2017-05-02T19:52:53.243Z"},"sku":{"capacity":10,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ehns123","location":"South Central US","name":"rrama-int7-ehns123","properties":{"createdAt":"2016-09-13T23:35:15.473Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ehns123","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-int7-ehns123.servicebus.int7.windows-int.net:443/","updatedAt":"2016-09-13T23:35:38.63Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate-test","location":"South Central US","name":"rrama-autoinflate-test","properties":{"createdAt":"2017-05-01T17:48:04.55Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate-test","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-autoinflate-test.servicebus.int7.windows-int.net:443/","updatedAt":"2017-05-04T21:15:36.013Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-autoinflate2","location":"North Europe","name":"rrama-autoinflate2","properties":{"createdAt":"2017-05-01T20:50:00.22Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-autoinflate2","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-autoinflate2.servicebus.int7.windows-int.net:443/","updatedAt":"2017-05-01T20:50:24.687Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/db3-rrama-foo1","location":"North Europe","name":"db3-rrama-foo1","properties":{"createdAt":"2017-04-28T23:47:36.503Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:db3-rrama-foo1","provisioningState":"Succeeded","serviceBusEndpoint":"https://db3-rrama-foo1.servicebus.int7.windows-int.net:443/","updatedAt":"2017-05-01T21:14:37.133Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ehns1","location":"South Central US","name":"rrama-int7-ehns1","properties":{"createdAt":"2016-09-13T23:20:44.853Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ehns1","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-int7-ehns1.servicebus.int7.windows-int.net:443/","updatedAt":"2016-09-13T23:20:47.35Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ns1","location":"South Central US","name":"rrama-int7-ns1","properties":{"createdAt":"2016-09-13T23:17:25.24Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-int7-ns1","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-int7-ns1.servicebus.int7.windows-int.net:443/","updatedAt":"2016-09-13T23:17:28.223Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns2-int7","location":"South Central US","name":"rrama-ehns2-int7","properties":{"createdAt":"2016-09-13T23:26:21.64Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns2-int7","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-ehns2-int7.servicebus.int7.windows-int.net:443/","updatedAt":"2016-09-13T23:26:37.95Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"}]}},"ClustersListByResourceGroup":{"value":{"value":[{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/clusters/testCluster","location":"South Central US","name":"testCluster","properties":{"created":"2016-09-13T23:17:25.24Z","metricId":"SN6-008","updated":"2016-09-13T23:17:28.223Z"},"sku":{"capacity":4,"name":"Dedicated"},"tags":{},"type":"Microsoft.EventHub/Clusters"}]}},"ClusterGet":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster","location":"South Central US","name":"testCluster","properties":{"created":"2017-05-24T23:23:27.877Z","metricId":"SN6-008","updated":"2017-05-24T23:23:27.877Z"},"sku":{"capacity":4,"name":"Dedicated"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Clusters"}},"ClusterPatch":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster","location":"South Central US","name":"testCluster","properties":{"created":"2017-06-01T21:37:04.46Z","metricId":"SN6-008","updated":"2017-06-01T21:37:53.413Z"},"sku":{"capacity":4,"name":"Dedicated"},"tags":{"tag3":"value3","tag4":"value4"},"type":"Microsoft.EventHub/Clusters"}},"ClusterPut":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster","location":"South Central US","name":"testCluster","properties":{"created":"2017-05-24T23:23:27.877Z","metricId":"SN6-008","updated":"2017-05-24T23:23:27.877Z"},"sku":{"capacity":1,"name":"Dedicated"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Clusters"}},"ListNamespacesInCluster":{"value":{"value":[{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-int7-ns1"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns2-int7"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/db3-rrama-foo1"}]}},"ClustersQuotasConfigurationGet":{"value":{"settings":{"eventhub-per-namespace-quota":"20","namespaces-per-cluster-quota":"200"}}},"ClustersQuotasConfigurationPatch":{"value":{"settings":{"eventhub-per-namespace-quota":"20","namespaces-per-cluster-quota":"200"}}},"NamespaceListByResourceGroup":{"value":{"value":[{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3054","location":"South Central US","name":"sdk-Namespace-3054","properties":{"createdAt":"2017-05-24T18:43:53.58Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3054.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:44:16.657Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/oaisdjfoiasdjfoiajsdfoijasd","location":"South Central US","name":"oaisdjfoiasdjfoiajsdfoijasd","properties":{"createdAt":"2017-05-03T22:05:29.61Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:oaisdjfoiasdjfoiajsdfoijasd","provisioningState":"Succeeded","serviceBusEndpoint":"https://oaisdjfoiasdjfoiajsdfoijasd.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T22:05:51.593Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/abc123","location":"South Central US","name":"abc123","properties":{"createdAt":"2017-05-04T19:06:00.813Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123","provisioningState":"Succeeded","serviceBusEndpoint":"https://abc123.servicebus.windows-int.net:443/","updatedAt":"2017-05-04T19:06:23.71Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849","location":"South Central US","name":"sdk-Namespace-5849","properties":{"createdAt":"2017-05-24T23:23:27.877Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-5849.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T23:23:50.467Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4984","location":"South Central US","name":"sdk-Namespace-4984","properties":{"createdAt":"2017-05-24T21:31:03.587Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-4984.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T21:31:24.967Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5606","location":"South Central US","name":"sdk-Namespace-5606","properties":{"createdAt":"2017-05-24T18:56:05.093Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5606","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-5606.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:56:27.32Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-7703","location":"South Central US","name":"sdk-Namespace-7703","properties":{"createdAt":"2017-05-24T19:05:23.817Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-7703","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-7703.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T19:05:44.717Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/zzzzzzzzzzzzzzzzzzzzzz-00001","location":"South Central US","name":"zzzzzzzzzzzzzzzzzzzzzz-00001","properties":{"createdAt":"2017-05-04T21:35:49.383Z","isAutoInflateEnabled":true,"maximumThroughputUnits":11,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:zzzzzzzzzzzzzzzzzzzzzz-00001","provisioningState":"Succeeded","serviceBusEndpoint":"https://zzzzzzzzzzzzzzzzzzzzzz-00001.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:01:20.733Z"},"sku":{"capacity":3,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3919","location":"South Central US","name":"sdk-Namespace-3919","properties":{"createdAt":"2017-05-24T02:08:20.15Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3919","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3919.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T02:08:41.313Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/aiosdjfaoidjasdoijasdfoijasdfofijsdf","location":"South Central US","name":"aiosdjfaoidjasdoijasdfoijasdfofijsdf","properties":{"createdAt":"2017-05-04T21:23:23.9Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:aiosdjfaoidjasdoijasdfoijasdfofijsdf","provisioningState":"Succeeded","serviceBusEndpoint":"https://aiosdjfaoidjasdoijasdfoijasdfofijsdf.servicebus.windows-int.net:443/","updatedAt":"2017-05-04T21:23:46.78Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3413","location":"South Central US","name":"sdk-Namespace-3413","properties":{"createdAt":"2017-05-24T19:02:15.45Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3413","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3413.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T19:02:38.047Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-8695","location":"South Central US","name":"sdk-Namespace-8695","properties":{"createdAt":"2017-05-24T20:03:43.81Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-8695","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-8695.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T20:04:05.88Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4801","location":"South Central US","name":"sdk-Namespace-4801","properties":{"createdAt":"2017-05-24T18:39:39.213Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4801","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-4801.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:40:00.087Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2812","location":"South Central US","name":"sdk-Namespace-2812","properties":{"createdAt":"2017-05-24T18:55:44.687Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2812","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-2812.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:56:05.587Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"}]}},"NameSpaceGet":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849","location":"South Central US","name":"sdk-Namespace-5849","properties":{"createdAt":"2017-05-24T23:23:27.877Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849","provisioningState":"Created","serviceBusEndpoint":"https://sdk-Namespace-5849.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T23:23:27.877Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Namespaces"}},"NamespacesUpdate":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3668","location":"South Central US","name":"sdk-Namespace-3668","properties":{"createdAt":"2017-06-01T21:37:04.46Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3668","provisioningState":"Updating","serviceBusEndpoint":"https://sdk-Namespace-3668.servicebus.windows-int.net:443/","updatedAt":"2017-06-01T21:37:53.413Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag3":"value3","tag4":"value4"},"type":"Microsoft.EventHub/Namespaces"}},"NamespaceCreate":{"value":{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849","location":"South Central US","name":"sdk-Namespace-5849","properties":{"createdAt":"2017-05-24T23:23:27.877Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849","provisioningState":"Created","serviceBusEndpoint":"https://sdk-Namespace-5849.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T23:23:27.877Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Namespaces"}},"ListIpFilterRules":{"value":{"value":[{"id":"/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191","name":"sdk-VirtualNetworkRules-9191","properties":{"virtualNetworkSubnetId":"/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default"},"type":"Microsoft.EventHub/Namespaces/VirtualNetworkRules"}]}},"NameSpaceIpFilterRuleGet":{"value":{"id":"/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337","name":"sdk-IPFilterRules-7337","properties":{"action":"Accept","filterName":"sdk-IPFilterRules-7337","ipMask":"13.78.143.246/32"},"type":"Microsoft.EventHub/Namespaces/IpFilterRules"}},"NameSpaceIpFilterRuleCreate":{"value":{"id":"/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337","name":"sdk-IPFilterRules-7337","properties":{"action":"Accept","filterName":"sdk-IPFilterRules-7337","ipMask":"13.78.143.246/32"},"type":"Microsoft.EventHub/Namespaces/IpFilterRules"}},"NameSpaceNetworkRuleSetGet":{"value":{"id":"/subscriptions/subscriptionid/resourceGroups/resourcegroupid/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9659/networkruleset/default","name":"default","properties":{"defaultAction":"Deny","ipRules":[{"action":"Allow","ipMask":"1.1.1.1"},{"action":"Allow","ipMask":"1.1.1.2"},{"action":"Allow","ipMask":"1.1.1.3"},{"action":"Allow","ipMask":"1.1.1.4"},{"action":"Allow","ipMask":"1.1.1.5"}],"virtualNetworkRules":[{"ignoreMissingVnetServiceEndpoint":true,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet2"}},{"ignoreMissingVnetServiceEndpoint":false,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet3"}},{"ignoreMissingVnetServiceEndpoint":false,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet6"}}]},"type":"Microsoft.EventHub/Namespaces/NetworkRuleSet"}},"NameSpaceNetworkRuleSetCreate":{"value":{"id":"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/resourcegroupid/providers/Microsoft.EventHub/namespaces/sdk-Namespace-9659/networkruleset/default","name":"default","properties":{"defaultAction":"Deny","ipRules":[{"action":"Allow","ipMask":"1.1.1.1"},{"action":"Allow","ipMask":"1.1.1.2"},{"action":"Allow","ipMask":"1.1.1.3"},{"action":"Allow","ipMask":"1.1.1.4"},{"action":"Allow","ipMask":"1.1.1.5"}],"virtualNetworkRules":[{"ignoreMissingVnetServiceEndpoint":true,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet2"}},{"ignoreMissingVnetServiceEndpoint":false,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet3"}},{"ignoreMissingVnetServiceEndpoint":false,"subnet":{"id":"/subscriptions/subscriptionid/resourcegroups/resourcegroupid/providers/Microsoft.Network/virtualNetworks/myvn/subnets/subnet6"}}]},"type":"Microsoft.EventHub/Namespaces/NetworkRuleSet"}},"NameSpaceVirtualNetworkRuleGet":{"value":{"id":"/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191","name":"sdk-VirtualNetworkRules-9191","properties":{"virtualNetworkSubnetId":"/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default"},"type":"Microsoft.EventHub/Namespaces/VirtualNetworkRules"}},"NameSpaceVirtualNetworkRuleCreate":{"value":{"id":"/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191","name":"sdk-VirtualNetworkRules-9191","properties":{"virtualNetworkSubnetId":"/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default"},"type":"Microsoft.EventHub/Namespaces/VirtualNetworkRules"}}},"parameters":{"apiVersionParameter":{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"EHOperations_List":{"value":"2018-01-01-preview"},"ListAvailableClusters":{"value":"2018-01-01-preview"},"NamespacesListBySubscription":{"value":"2017-04-01"},"ClustersListByResourceGroup":{"value":"2017-04-01"},"ClusterDelete":{"value":"2018-01-01-preview"},"ClusterGet":{"value":"2018-01-01-preview"},"ClusterPatch":{"value":"2018-01-01-preview"},"ClusterPut":{"value":"2018-01-01-preview"},"ListNamespacesInCluster":{"value":"2018-01-01-preview"},"ClustersQuotasConfigurationGet":{"value":"2018-01-01-preview"},"ClustersQuotasConfigurationPatch":{"value":"2018-01-01-preview"},"NamespaceListByResourceGroup":{"value":"2017-04-01"},"NameSpaceDelete":{"value":"2017-04-01"},"NameSpaceGet":{"value":"2017-04-01"},"NamespacesUpdate":{"value":"2017-04-01"},"NamespaceCreate":{"value":"2017-04-01"},"ListIpFilterRules":{"value":"2018-01-01-preview"},"NameSpaceIpFilterRuleDelete":{"value":"2018-01-01-preview"},"NameSpaceIpFilterRuleGet":{"value":"2018-01-01-preview"},"NameSpaceIpFilterRuleCreate":{"value":"2018-01-01-preview"},"NameSpaceNetworkRuleSetGet":{"value":"2018-01-01-preview"},"NameSpaceNetworkRuleSetCreate":{"value":"2018-01-01-preview"},"NameSpaceVirtualNetworkRuleDelete":{"value":"2018-01-01-preview"},"NameSpaceVirtualNetworkRuleGet":{"value":"2018-01-01-preview"},"NameSpaceVirtualNetworkRuleCreate":{"value":"2018-01-01-preview"}}},"authorizationRuleNameParameter":{"description":"The authorization rule name.","in":"path","name":"authorizationRuleName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1}},"clusterNameParameter":{"description":"The name of the Event Hubs Cluster.","in":"path","name":"clusterName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":6,"maxLength":50},"examples":{"ClusterDelete":{"value":"testCluster"},"ClusterGet":{"value":"testCluster"},"ClusterPatch":{"value":"testCluster"},"ClusterPut":{"value":"testCluster"},"ListNamespacesInCluster":{"value":"testCluster"},"ClustersQuotasConfigurationGet":{"value":"testCluster"},"ClustersQuotasConfigurationPatch":{"value":"testCluster"}}},"ipFilterRuleNameParameter":{"description":"The IP Filter Rule name.","in":"path","name":"ipFilterRuleName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1},"examples":{"NameSpaceIpFilterRuleDelete":{"value":"sdk-IPFilterRules-7337"},"NameSpaceIpFilterRuleGet":{"value":"sdk-IPFilterRules-7337"},"NameSpaceIpFilterRuleCreate":{"value":"sdk-IPFilterRules-7337"}}},"namespaceNameParameter":{"description":"The Namespace name","in":"path","name":"namespaceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":6,"maxLength":50},"examples":{"NameSpaceDelete":{"value":"sdk-Namespace-5849"},"NameSpaceGet":{"value":"sdk-Namespace-5849"},"NamespacesUpdate":{"value":"sdk-Namespace-3668"},"NamespaceCreate":{"value":"sdk-Namespace-5849"},"ListIpFilterRules":{"value":"sdk-Namespace-6019"},"NameSpaceIpFilterRuleDelete":{"value":"sdk-Namespace-5232"},"NameSpaceIpFilterRuleGet":{"value":"sdk-Namespace-5232"},"NameSpaceIpFilterRuleCreate":{"value":"sdk-Namespace-5232"},"NameSpaceNetworkRuleSetGet":{"value":"sdk-Namespace-6019"},"NameSpaceNetworkRuleSetCreate":{"value":"sdk-Namespace-6019"},"NameSpaceVirtualNetworkRuleDelete":{"value":"sdk-Namespace-6019"},"NameSpaceVirtualNetworkRuleGet":{"value":"sdk-Namespace-6019"},"NameSpaceVirtualNetworkRuleCreate":{"value":"sdk-Namespace-6019"}}},"resourceGroupNameParameter":{"description":"Name of the resource group within the Azure subscription.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90},"examples":{"ClustersListByResourceGroup":{"value":"myResourceGroup"},"ClusterDelete":{"value":"myResourceGroup"},"ClusterGet":{"value":"myResourceGroup"},"ClusterPatch":{"value":"myResourceGroup"},"ClusterPut":{"value":"myResourceGroup"},"ListNamespacesInCluster":{"value":"myResourceGroup"},"ClustersQuotasConfigurationGet":{"value":"myResourceGroup"},"ClustersQuotasConfigurationPatch":{"value":"ArunMonocle"},"NamespaceListByResourceGroup":{"value":"ArunMonocle"},"NameSpaceDelete":{"value":"SouthCentralUS"},"NameSpaceGet":{"value":"ArunMonocle"},"NamespacesUpdate":{"value":"ArunMonocle"},"NamespaceCreate":{"value":"ArunMonocle"},"ListIpFilterRules":{"value":"ResourceGroup"},"NameSpaceIpFilterRuleDelete":{"value":"ResourceGroup"},"NameSpaceIpFilterRuleGet":{"value":"ResourceGroup"},"NameSpaceIpFilterRuleCreate":{"value":"ResourceGroup"},"NameSpaceNetworkRuleSetGet":{"value":"ResourceGroup"},"NameSpaceNetworkRuleSetCreate":{"value":"ResourceGroup"},"NameSpaceVirtualNetworkRuleDelete":{"value":"ResourceGroup"},"NameSpaceVirtualNetworkRuleGet":{"value":"ResourceGroup"},"NameSpaceVirtualNetworkRuleCreate":{"value":"ResourceGroup"}}},"skipParameter":{"description":"Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls.","in":"query","name":"$skip","required":false,"x-ms-parameter-location":"method","schema":{"type":"integer","minimum":0,"maximum":1000}},"skuNameParameter":{"description":"The sku type.","in":"path","name":"sku","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":50}},"subscriptionIdParameter":{"description":"Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"ListAvailableClusters":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NamespacesListBySubscription":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ClustersListByResourceGroup":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ClusterDelete":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ClusterGet":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ClusterPatch":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ClusterPut":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ListNamespacesInCluster":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ClustersQuotasConfigurationGet":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ClustersQuotasConfigurationPatch":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NamespaceListByResourceGroup":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NameSpaceDelete":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NameSpaceGet":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NamespacesUpdate":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"NamespaceCreate":{"value":"5f750a97-50d9-4e36-8081-c9ee4c0210d4"},"ListIpFilterRules":{"value":"Subscription"},"NameSpaceIpFilterRuleDelete":{"value":"Subscription"},"NameSpaceIpFilterRuleGet":{"value":"Subscription"},"NameSpaceIpFilterRuleCreate":{"value":"Subscription"},"NameSpaceNetworkRuleSetGet":{"value":"Subscription"},"NameSpaceNetworkRuleSetCreate":{"value":"Subscription"},"NameSpaceVirtualNetworkRuleDelete":{"value":"Subscription"},"NameSpaceVirtualNetworkRuleGet":{"value":"Subscription"},"NameSpaceVirtualNetworkRuleCreate":{"value":"Subscription"}}},"topParameter":{"description":"May be used to limit the number of results to the most recent N usageDetails.","in":"query","name":"$top","required":false,"x-ms-parameter-location":"method","schema":{"type":"integer","minimum":1,"maximum":1000}},"virtualNetworkRuleNameParameter":{"description":"The Virtual Network Rule name.","in":"path","name":"virtualNetworkRuleName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1},"examples":{"NameSpaceVirtualNetworkRuleDelete":{"value":"sdk-VirtualNetworkRules-9191"},"NameSpaceVirtualNetworkRuleGet":{"value":"sdk-VirtualNetworkRules-9191"},"NameSpaceVirtualNetworkRuleCreate":{"value":"sdk-VirtualNetworkRules-9191"}}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"AvailableCluster":{"description":"Pre-provisioned and readily available Event Hubs Cluster count per region.","properties":{"location":{"description":"Location fo the Available Cluster","type":"string"}}},"AvailableClustersList":{"description":"The response of the List Available Clusters operation.","properties":{"value":{"description":"The count of readily available and pre-provisioned Event Hubs Clusters per region.","items":{"$ref":"#/components/schemas/AvailableCluster"},"type":"array"}}},"Cluster":{"allOf":[{"$ref":"#/components/schemas/TrackedResource"}],"description":"Single Event Hubs Cluster resource in List or Get operations.","properties":{"properties":{"description":"Event Hubs Cluster properties supplied in responses in List or Get operations.","properties":{"created":{"description":"The UTC time when the Event Hubs Cluster was created.","readOnly":true,"type":"string"},"metricId":{"description":"The metric ID of the cluster resource. Provided by the service and not modifiable by the user.","readOnly":true,"type":"string"},"status":{"description":"Status of the Cluster resource","readOnly":true,"type":"string"},"updated":{"description":"The UTC time when the Event Hubs Cluster was last updated.","readOnly":true,"type":"string"}},"x-ms-client-flatten":true},"sku":{"$ref":"#/components/schemas/ClusterSku"}}},"ClusterListResult":{"description":"The response of the List Event Hubs Clusters operation.","properties":{"nextLink":{"description":"Link to the next set of results. Empty unless the value parameter contains an incomplete list of Event Hubs Clusters.","type":"string"},"value":{"description":"The Event Hubs Clusters present in the List Event Hubs operation results.","items":{"$ref":"#/components/schemas/Cluster"},"type":"array"}}},"ClusterQuotaConfigurationProperties":{"description":"Contains all settings for the cluster.","properties":{"settings":{"additionalProperties":{"type":"string"},"description":"All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster.","type":"object"}}},"ClusterSku":{"description":"SKU parameters particular to a cluster instance.","properties":{"capacity":{"description":"The quantity of Event Hubs Cluster Capacity Units contained in this cluster.","format":"int32","maximum":32,"minimum":1,"type":"integer"},"name":{"description":"Name of this SKU.","enum":["Dedicated"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SkuName"}}},"required":["name"],"type":"object"},"EHNamespace":{"allOf":[{"$ref":"#/components/schemas/TrackedResource"}],"description":"Single Namespace item in List or Get Operation","properties":{"properties":{"description":"Namespace properties supplied for create namespace operation.","properties":{"clusterArmId":{"description":"Cluster ARM ID of the Namespace.","type":"string"},"createdAt":{"description":"The time the Namespace was created.","format":"date-time","readOnly":true,"type":"string"},"encryption":{"$ref":"#/components/schemas/Encryption"},"identity":{"$ref":"#/components/schemas/Identity"},"isAutoInflateEnabled":{"description":"Value that indicates whether AutoInflate is enabled for eventhub namespace.","type":"boolean"},"kafkaEnabled":{"description":"Value that indicates whether Kafka is enabled for eventhub namespace.","type":"boolean"},"maximumThroughputUnits":{"description":"Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)","format":"int32","maximum":20,"minimum":0,"type":"integer"},"metricId":{"description":"Identifier for Azure Insights metrics.","readOnly":true,"type":"string"},"provisioningState":{"description":"Provisioning state of the Namespace.","readOnly":true,"type":"string"},"serviceBusEndpoint":{"description":"Endpoint you can use to perform Service Bus operations.","readOnly":true,"type":"string"},"updatedAt":{"description":"The time the Namespace was updated.","format":"date-time","readOnly":true,"type":"string"},"zoneRedundant":{"description":"Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.","type":"boolean"}},"x-ms-client-flatten":true},"sku":{"$ref":"#/components/schemas/Sku"}}},"EHNamespaceIdContainer":{"description":"The full ARM ID of an Event Hubs Namespace","properties":{"id":{"description":"id parameter","type":"string"}},"type":"object"},"EHNamespaceIdListResult":{"description":"The response of the List Namespace IDs operation","properties":{"value":{"description":"Result of the List Namespace IDs operation","items":{"$ref":"#/components/schemas/EHNamespaceIdContainer"},"type":"array"}}},"EHNamespaceListResult":{"description":"The response of the List Namespace operation","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains incomplete list of namespaces.","type":"string"},"value":{"description":"Result of the List Namespace operation","items":{"$ref":"#/components/schemas/EHNamespace"},"type":"array"}}},"Encryption":{"description":"Properties to configure Encryption","properties":{"keySource":{"default":"Microsoft.KeyVault","description":"Enumerates the possible value of keySource for Encryption","enum":["Microsoft.KeyVault"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"keySource"}},"keyVaultProperties":{"$ref":"#/components/schemas/KeyVaultProperties"}},"x-ms-client-flatten":true},"ErrorResponse":{"description":"Error response that indicates the service is not able to process the incoming request. The reason is provided in the error message.","properties":{"code":{"description":"Error code.","type":"string"},"message":{"description":"Error message indicating why the operation failed.","type":"string"}},"type":"object"},"Identity":{"description":"Properties to configure Identity for Bring your Own Keys","properties":{"principalId":{"description":"ObjectId from the KeyVault","type":"string"},"tenantId":{"description":"TenantId from the KeyVault","type":"string"},"type":{"default":"SystemAssigned","description":"Enumerates the possible value Identity type, which currently supports only 'SystemAssigned'","enum":["SystemAssigned"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"IdentityType"}}},"x-ms-client-flatten":true},"IpFilterRule":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Single item in a List or Get IpFilterRules operation","properties":{"properties":{"description":"Properties supplied to create or update IpFilterRules","properties":{"action":{"description":"The IP Filter Action","enum":["Accept","Reject"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IPAction"}},"filterName":{"description":"IP Filter name","type":"string"},"ipMask":{"description":"IP Mask","type":"string"}},"x-ms-client-flatten":true}}},"IpFilterRuleListResult":{"description":"The response from the List namespace operation.","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains an incomplete list of IpFilter Rules","type":"string"},"value":{"description":"Result of the List IpFilter Rules operation.","items":{"$ref":"#/components/schemas/IpFilterRule"},"type":"array"}}},"KeyVaultProperties":{"description":"Properties to configure keyVault Properties","properties":{"keyName":{"description":"Name of the Key from KeyVault","type":"string"},"keyVaultUri":{"description":"Uri of KeyVault","type":"string"}}},"NWRuleSetIpRules":{"description":"The response from the List namespace operation.","properties":{"action":{"description":"The IP Filter Action","enum":["Allow"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"NetworkRuleIPAction"}},"ipMask":{"description":"IP Mask","type":"string"}},"x-ms-client-flatten":true},"NWRuleSetVirtualNetworkRules":{"description":"The response from the List namespace operation.","properties":{"ignoreMissingVnetServiceEndpoint":{"description":"Value that indicates whether to ignore missing Vnet Service Endpoint","type":"boolean"},"subnet":{"$ref":"#/components/schemas/Subnet"}},"x-ms-client-flatten":true},"NetworkRuleSet":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Description of topic resource.","properties":{"properties":{"description":"NetworkRuleSet properties","properties":{"defaultAction":{"description":"Default Action for Network Rule Set","enum":["Allow","Deny"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"DefaultAction"}},"ipRules":{"description":"List of IpRules","items":{"$ref":"#/components/schemas/NWRuleSetIpRules"},"type":"array"},"virtualNetworkRules":{"description":"List VirtualNetwork Rules","items":{"$ref":"#/components/schemas/NWRuleSetVirtualNetworkRules"},"type":"array"}},"x-ms-client-flatten":true}}},"Operation":{"description":"A Event Hub REST API operation","properties":{"display":{"description":"The object that represents the operation.","properties":{"operation":{"description":"Operation type: Read, write, delete, etc.","readOnly":true,"type":"string"},"provider":{"description":"Service provider: Microsoft.EventHub","readOnly":true,"type":"string"},"resource":{"description":"Resource on which the operation is performed: Invoice, etc.","readOnly":true,"type":"string"}}},"name":{"description":"Operation name: {provider}/{resource}/{operation}","readOnly":true,"type":"string"}},"type":"object"},"OperationListResult":{"description":"Result of the request to list Event Hub operations. It contains a list of operations and a URL link to get the next set of results.","properties":{"nextLink":{"description":"URL to get the next set of operation list results if there are any.","readOnly":true,"type":"string"},"value":{"description":"List of Event Hub operations supported by the Microsoft.EventHub resource provider.","items":{"$ref":"#/components/schemas/Operation"},"readOnly":true,"type":"array"}}},"Resource":{"description":"The Resource definition","properties":{"id":{"description":"Resource Id","readOnly":true,"type":"string"},"name":{"description":"Resource name","readOnly":true,"type":"string"},"type":{"description":"Resource type","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"Sku":{"description":"SKU parameters supplied to the create namespace operation","properties":{"capacity":{"description":"The Event Hubs throughput units, value should be 0 to 20 throughput units.","format":"int32","maximum":20,"minimum":0,"type":"integer"},"name":{"description":"Name of this SKU.","enum":["Basic","Standard"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SkuName"}},"tier":{"description":"The billing tier of this particular SKU.","enum":["Basic","Standard"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SkuTier"}}},"required":["name"],"type":"object"},"Subnet":{"description":"Properties supplied for Subnet","properties":{"id":{"description":"Resource ID of Virtual Network Subnet","type":"string"}}},"TrackedResource":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Definition of an Azure resource.","properties":{"location":{"description":"Resource location","type":"string","x-ms-mutability":["read","create"]},"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags","type":"object","x-ms-mutability":["read","create","update"]}}},"VirtualNetworkRule":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Single item in a List or Get VirtualNetworkRules operation","properties":{"properties":{"description":"Properties supplied to create or update VirtualNetworkRules","properties":{"virtualNetworkSubnetId":{"description":"ARM ID of Virtual Network Subnet","type":"string"}},"x-ms-client-flatten":true}}},"VirtualNetworkRuleListResult":{"description":"The response from the List namespace operation.","properties":{"nextLink":{"description":"Link to the next set of results. Not empty if Value contains an incomplete list of VirtualNetwork Rules","type":"string"},"value":{"description":"Result of the List VirtualNetwork Rules operation.","items":{"$ref":"#/components/schemas/VirtualNetworkRule"},"type":"array"}}}}}}