Documentation ¶
Overview ¶
Package eventhub implements the Azure ARM Eventhub service API version 2017-04-01.
Azure Event Hubs client
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AccessKeys
- type AccessRights
- type ArmDisasterRecovery
- type ArmDisasterRecoveryListResult
- type ArmDisasterRecoveryListResultIterator
- func (iter *ArmDisasterRecoveryListResultIterator) Next() error
- func (iter *ArmDisasterRecoveryListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter ArmDisasterRecoveryListResultIterator) NotDone() bool
- func (iter ArmDisasterRecoveryListResultIterator) Response() ArmDisasterRecoveryListResult
- func (iter ArmDisasterRecoveryListResultIterator) Value() ArmDisasterRecovery
- type ArmDisasterRecoveryListResultPage
- func (page *ArmDisasterRecoveryListResultPage) Next() error
- func (page *ArmDisasterRecoveryListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page ArmDisasterRecoveryListResultPage) NotDone() bool
- func (page ArmDisasterRecoveryListResultPage) Response() ArmDisasterRecoveryListResult
- func (page ArmDisasterRecoveryListResultPage) Values() []ArmDisasterRecovery
- type ArmDisasterRecoveryProperties
- type AuthorizationRule
- type AuthorizationRuleListResult
- type AuthorizationRuleListResultIterator
- func (iter *AuthorizationRuleListResultIterator) Next() error
- func (iter *AuthorizationRuleListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter AuthorizationRuleListResultIterator) NotDone() bool
- func (iter AuthorizationRuleListResultIterator) Response() AuthorizationRuleListResult
- func (iter AuthorizationRuleListResultIterator) Value() AuthorizationRule
- type AuthorizationRuleListResultPage
- func (page *AuthorizationRuleListResultPage) Next() error
- func (page *AuthorizationRuleListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page AuthorizationRuleListResultPage) NotDone() bool
- func (page AuthorizationRuleListResultPage) Response() AuthorizationRuleListResult
- func (page AuthorizationRuleListResultPage) Values() []AuthorizationRule
- type AuthorizationRuleProperties
- type BaseClient
- type CaptureDescription
- type CheckNameAvailabilityParameter
- type CheckNameAvailabilityResult
- type ConsumerGroup
- type ConsumerGroupListResult
- type ConsumerGroupListResultIterator
- func (iter *ConsumerGroupListResultIterator) Next() error
- func (iter *ConsumerGroupListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter ConsumerGroupListResultIterator) NotDone() bool
- func (iter ConsumerGroupListResultIterator) Response() ConsumerGroupListResult
- func (iter ConsumerGroupListResultIterator) Value() ConsumerGroup
- type ConsumerGroupListResultPage
- func (page *ConsumerGroupListResultPage) Next() error
- func (page *ConsumerGroupListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page ConsumerGroupListResultPage) NotDone() bool
- func (page ConsumerGroupListResultPage) Response() ConsumerGroupListResult
- func (page ConsumerGroupListResultPage) Values() []ConsumerGroup
- type ConsumerGroupProperties
- type ConsumerGroupsClient
- func (client ConsumerGroupsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result ConsumerGroup, err error)
- func (client ConsumerGroupsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client ConsumerGroupsClient) CreateOrUpdateResponder(resp *http.Response) (result ConsumerGroup, err error)
- func (client ConsumerGroupsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client ConsumerGroupsClient) Delete(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result autorest.Response, err error)
- func (client ConsumerGroupsClient) DeletePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client ConsumerGroupsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ConsumerGroupsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client ConsumerGroupsClient) Get(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result ConsumerGroup, err error)
- func (client ConsumerGroupsClient) GetPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client ConsumerGroupsClient) GetResponder(resp *http.Response) (result ConsumerGroup, err error)
- func (client ConsumerGroupsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ConsumerGroupsClient) ListByEventHub(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result ConsumerGroupListResultPage, err error)
- func (client ConsumerGroupsClient) ListByEventHubComplete(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result ConsumerGroupListResultIterator, err error)
- func (client ConsumerGroupsClient) ListByEventHubPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client ConsumerGroupsClient) ListByEventHubResponder(resp *http.Response) (result ConsumerGroupListResult, err error)
- func (client ConsumerGroupsClient) ListByEventHubSender(req *http.Request) (*http.Response, error)
- type DefaultAction
- type Destination
- type DestinationProperties
- type DisasterRecoveryConfigsClient
- func (client DisasterRecoveryConfigsClient) BreakPairing(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result autorest.Response, err error)
- func (client DisasterRecoveryConfigsClient) BreakPairingPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client DisasterRecoveryConfigsClient) BreakPairingResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DisasterRecoveryConfigsClient) BreakPairingSender(req *http.Request) (*http.Response, error)
- func (client DisasterRecoveryConfigsClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result CheckNameAvailabilityResult, err error)
- func (client DisasterRecoveryConfigsClient) CheckNameAvailabilityPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client DisasterRecoveryConfigsClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameAvailabilityResult, err error)
- func (client DisasterRecoveryConfigsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)
- func (client DisasterRecoveryConfigsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result ArmDisasterRecovery, err error)
- func (client DisasterRecoveryConfigsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client DisasterRecoveryConfigsClient) CreateOrUpdateResponder(resp *http.Response) (result ArmDisasterRecovery, err error)
- func (client DisasterRecoveryConfigsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client DisasterRecoveryConfigsClient) Delete(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result autorest.Response, err error)
- func (client DisasterRecoveryConfigsClient) DeletePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client DisasterRecoveryConfigsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DisasterRecoveryConfigsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client DisasterRecoveryConfigsClient) FailOver(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result autorest.Response, err error)
- func (client DisasterRecoveryConfigsClient) FailOverPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client DisasterRecoveryConfigsClient) FailOverResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DisasterRecoveryConfigsClient) FailOverSender(req *http.Request) (*http.Response, error)
- func (client DisasterRecoveryConfigsClient) Get(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result ArmDisasterRecovery, err error)
- func (client DisasterRecoveryConfigsClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AuthorizationRule, err error)
- func (client DisasterRecoveryConfigsClient) GetAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client DisasterRecoveryConfigsClient) GetAuthorizationRuleResponder(resp *http.Response) (result AuthorizationRule, err error)
- func (client DisasterRecoveryConfigsClient) GetAuthorizationRuleSender(req *http.Request) (*http.Response, error)
- func (client DisasterRecoveryConfigsClient) GetPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client DisasterRecoveryConfigsClient) GetResponder(resp *http.Response) (result ArmDisasterRecovery, err error)
- func (client DisasterRecoveryConfigsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client DisasterRecoveryConfigsClient) List(ctx context.Context, resourceGroupName string, namespaceName string) (result ArmDisasterRecoveryListResultPage, err error)
- func (client DisasterRecoveryConfigsClient) ListAuthorizationRules(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AuthorizationRuleListResultPage, err error)
- func (client DisasterRecoveryConfigsClient) ListAuthorizationRulesComplete(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AuthorizationRuleListResultIterator, err error)
- func (client DisasterRecoveryConfigsClient) ListAuthorizationRulesPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client DisasterRecoveryConfigsClient) ListAuthorizationRulesResponder(resp *http.Response) (result AuthorizationRuleListResult, err error)
- func (client DisasterRecoveryConfigsClient) ListAuthorizationRulesSender(req *http.Request) (*http.Response, error)
- func (client DisasterRecoveryConfigsClient) ListComplete(ctx context.Context, resourceGroupName string, namespaceName string) (result ArmDisasterRecoveryListResultIterator, err error)
- func (client DisasterRecoveryConfigsClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AccessKeys, err error)
- func (client DisasterRecoveryConfigsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client DisasterRecoveryConfigsClient) ListKeysResponder(resp *http.Response) (result AccessKeys, err error)
- func (client DisasterRecoveryConfigsClient) ListKeysSender(req *http.Request) (*http.Response, error)
- func (client DisasterRecoveryConfigsClient) ListPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
- func (client DisasterRecoveryConfigsClient) ListResponder(resp *http.Response) (result ArmDisasterRecoveryListResult, err error)
- func (client DisasterRecoveryConfigsClient) ListSender(req *http.Request) (*http.Response, error)
- type EHNamespace
- type EHNamespaceListResult
- type EHNamespaceListResultIterator
- func (iter *EHNamespaceListResultIterator) Next() error
- func (iter *EHNamespaceListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter EHNamespaceListResultIterator) NotDone() bool
- func (iter EHNamespaceListResultIterator) Response() EHNamespaceListResult
- func (iter EHNamespaceListResultIterator) Value() EHNamespace
- type EHNamespaceListResultPage
- func (page *EHNamespaceListResultPage) Next() error
- func (page *EHNamespaceListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page EHNamespaceListResultPage) NotDone() bool
- func (page EHNamespaceListResultPage) Response() EHNamespaceListResult
- func (page EHNamespaceListResultPage) Values() []EHNamespace
- type EHNamespaceProperties
- type EncodingCaptureDescription
- type EntityStatus
- type ErrorResponse
- type EventHubsClient
- func (client EventHubsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result Model, err error)
- func (client EventHubsClient) CreateOrUpdateAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AuthorizationRule, err error)
- func (client EventHubsClient) CreateOrUpdateAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client EventHubsClient) CreateOrUpdateAuthorizationRuleResponder(resp *http.Response) (result AuthorizationRule, err error)
- func (client EventHubsClient) CreateOrUpdateAuthorizationRuleSender(req *http.Request) (*http.Response, error)
- func (client EventHubsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client EventHubsClient) CreateOrUpdateResponder(resp *http.Response) (result Model, err error)
- func (client EventHubsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client EventHubsClient) Delete(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result autorest.Response, err error)
- func (client EventHubsClient) DeleteAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result autorest.Response, err error)
- func (client EventHubsClient) DeleteAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client EventHubsClient) DeleteAuthorizationRuleResponder(resp *http.Response) (result autorest.Response, err error)
- func (client EventHubsClient) DeleteAuthorizationRuleSender(req *http.Request) (*http.Response, error)
- func (client EventHubsClient) DeletePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client EventHubsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client EventHubsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client EventHubsClient) Get(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result Model, err error)
- func (client EventHubsClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AuthorizationRule, err error)
- func (client EventHubsClient) GetAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client EventHubsClient) GetAuthorizationRuleResponder(resp *http.Response) (result AuthorizationRule, err error)
- func (client EventHubsClient) GetAuthorizationRuleSender(req *http.Request) (*http.Response, error)
- func (client EventHubsClient) GetPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client EventHubsClient) GetResponder(resp *http.Response) (result Model, err error)
- func (client EventHubsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client EventHubsClient) ListAuthorizationRules(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AuthorizationRuleListResultPage, err error)
- func (client EventHubsClient) ListAuthorizationRulesComplete(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AuthorizationRuleListResultIterator, err error)
- func (client EventHubsClient) ListAuthorizationRulesPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client EventHubsClient) ListAuthorizationRulesResponder(resp *http.Response) (result AuthorizationRuleListResult, err error)
- func (client EventHubsClient) ListAuthorizationRulesSender(req *http.Request) (*http.Response, error)
- func (client EventHubsClient) ListByNamespace(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result ListResultPage, err error)
- func (client EventHubsClient) ListByNamespaceComplete(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result ListResultIterator, err error)
- func (client EventHubsClient) ListByNamespacePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client EventHubsClient) ListByNamespaceResponder(resp *http.Response) (result ListResult, err error)
- func (client EventHubsClient) ListByNamespaceSender(req *http.Request) (*http.Response, error)
- func (client EventHubsClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AccessKeys, err error)
- func (client EventHubsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client EventHubsClient) ListKeysResponder(resp *http.Response) (result AccessKeys, err error)
- func (client EventHubsClient) ListKeysSender(req *http.Request) (*http.Response, error)
- func (client EventHubsClient) RegenerateKeys(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AccessKeys, err error)
- func (client EventHubsClient) RegenerateKeysPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client EventHubsClient) RegenerateKeysResponder(resp *http.Response) (result AccessKeys, err error)
- func (client EventHubsClient) RegenerateKeysSender(req *http.Request) (*http.Response, error)
- type KeyType
- type ListResult
- type ListResultIterator
- type ListResultPage
- type MessagingPlan
- type MessagingPlanProperties
- type MessagingRegions
- type MessagingRegionsListResult
- type MessagingRegionsListResultIterator
- func (iter *MessagingRegionsListResultIterator) Next() error
- func (iter *MessagingRegionsListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter MessagingRegionsListResultIterator) NotDone() bool
- func (iter MessagingRegionsListResultIterator) Response() MessagingRegionsListResult
- func (iter MessagingRegionsListResultIterator) Value() MessagingRegions
- type MessagingRegionsListResultPage
- func (page *MessagingRegionsListResultPage) Next() error
- func (page *MessagingRegionsListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page MessagingRegionsListResultPage) NotDone() bool
- func (page MessagingRegionsListResultPage) Response() MessagingRegionsListResult
- func (page MessagingRegionsListResultPage) Values() []MessagingRegions
- type MessagingRegionsProperties
- type Model
- type NWRuleSetIPRules
- type NWRuleSetVirtualNetworkRules
- type NamespacesClient
- func (client NamespacesClient) CheckNameAvailability(ctx context.Context, parameters CheckNameAvailabilityParameter) (result CheckNameAvailabilityResult, err error)
- func (client NamespacesClient) CheckNameAvailabilityPreparer(ctx context.Context, parameters CheckNameAvailabilityParameter) (*http.Request, error)
- func (client NamespacesClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameAvailabilityResult, err error)
- func (client NamespacesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result NamespacesCreateOrUpdateFuture, err error)
- func (client NamespacesClient) CreateOrUpdateAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AuthorizationRule, err error)
- func (client NamespacesClient) CreateOrUpdateAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client NamespacesClient) CreateOrUpdateAuthorizationRuleResponder(resp *http.Response) (result AuthorizationRule, err error)
- func (client NamespacesClient) CreateOrUpdateAuthorizationRuleSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) CreateOrUpdateNetworkRuleSet(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result NetworkRuleSet, err error)
- func (client NamespacesClient) CreateOrUpdateNetworkRuleSetPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client NamespacesClient) CreateOrUpdateNetworkRuleSetResponder(resp *http.Response) (result NetworkRuleSet, err error)
- func (client NamespacesClient) CreateOrUpdateNetworkRuleSetSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client NamespacesClient) CreateOrUpdateResponder(resp *http.Response) (result EHNamespace, err error)
- func (client NamespacesClient) CreateOrUpdateSender(req *http.Request) (future NamespacesCreateOrUpdateFuture, err error)
- func (client NamespacesClient) Delete(ctx context.Context, resourceGroupName string, namespaceName string) (result NamespacesDeleteFuture, err error)
- func (client NamespacesClient) DeleteAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result autorest.Response, err error)
- func (client NamespacesClient) DeleteAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client NamespacesClient) DeleteAuthorizationRuleResponder(resp *http.Response) (result autorest.Response, err error)
- func (client NamespacesClient) DeleteAuthorizationRuleSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) DeletePreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
- func (client NamespacesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client NamespacesClient) DeleteSender(req *http.Request) (future NamespacesDeleteFuture, err error)
- func (client NamespacesClient) Get(ctx context.Context, resourceGroupName string, namespaceName string) (result EHNamespace, err error)
- func (client NamespacesClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AuthorizationRule, err error)
- func (client NamespacesClient) GetAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client NamespacesClient) GetAuthorizationRuleResponder(resp *http.Response) (result AuthorizationRule, err error)
- func (client NamespacesClient) GetAuthorizationRuleSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) GetMessagingPlan(ctx context.Context, resourceGroupName string, namespaceName string) (result MessagingPlan, err error)
- func (client NamespacesClient) GetMessagingPlanPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
- func (client NamespacesClient) GetMessagingPlanResponder(resp *http.Response) (result MessagingPlan, err error)
- func (client NamespacesClient) GetMessagingPlanSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) GetNetworkRuleSet(ctx context.Context, resourceGroupName string, namespaceName string) (result NetworkRuleSet, err error)
- func (client NamespacesClient) GetNetworkRuleSetPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
- func (client NamespacesClient) GetNetworkRuleSetResponder(resp *http.Response) (result NetworkRuleSet, err error)
- func (client NamespacesClient) GetNetworkRuleSetSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) GetPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
- func (client NamespacesClient) GetResponder(resp *http.Response) (result EHNamespace, err error)
- func (client NamespacesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) List(ctx context.Context) (result EHNamespaceListResultPage, err error)
- func (client NamespacesClient) ListAuthorizationRules(ctx context.Context, resourceGroupName string, namespaceName string) (result AuthorizationRuleListResultPage, err error)
- func (client NamespacesClient) ListAuthorizationRulesComplete(ctx context.Context, resourceGroupName string, namespaceName string) (result AuthorizationRuleListResultIterator, err error)
- func (client NamespacesClient) ListAuthorizationRulesPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
- func (client NamespacesClient) ListAuthorizationRulesResponder(resp *http.Response) (result AuthorizationRuleListResult, err error)
- func (client NamespacesClient) ListAuthorizationRulesSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result EHNamespaceListResultPage, err error)
- func (client NamespacesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result EHNamespaceListResultIterator, err error)
- func (client NamespacesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client NamespacesClient) ListByResourceGroupResponder(resp *http.Response) (result EHNamespaceListResult, err error)
- func (client NamespacesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) ListComplete(ctx context.Context) (result EHNamespaceListResultIterator, err error)
- func (client NamespacesClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AccessKeys, err error)
- func (client NamespacesClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client NamespacesClient) ListKeysResponder(resp *http.Response) (result AccessKeys, err error)
- func (client NamespacesClient) ListKeysSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) ListNetworkRuleSets(ctx context.Context, resourceGroupName string, namespaceName string) (result NetworkRuleSetListResultPage, err error)
- func (client NamespacesClient) ListNetworkRuleSetsComplete(ctx context.Context, resourceGroupName string, namespaceName string) (result NetworkRuleSetListResultIterator, err error)
- func (client NamespacesClient) ListNetworkRuleSetsPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
- func (client NamespacesClient) ListNetworkRuleSetsResponder(resp *http.Response) (result NetworkRuleSetListResult, err error)
- func (client NamespacesClient) ListNetworkRuleSetsSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client NamespacesClient) ListResponder(resp *http.Response) (result EHNamespaceListResult, err error)
- func (client NamespacesClient) ListSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) RegenerateKeys(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result AccessKeys, err error)
- func (client NamespacesClient) RegenerateKeysPreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client NamespacesClient) RegenerateKeysResponder(resp *http.Response) (result AccessKeys, err error)
- func (client NamespacesClient) RegenerateKeysSender(req *http.Request) (*http.Response, error)
- func (client NamespacesClient) Update(ctx context.Context, resourceGroupName string, namespaceName string, ...) (result EHNamespace, err error)
- func (client NamespacesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, namespaceName string, ...) (*http.Request, error)
- func (client NamespacesClient) UpdateResponder(resp *http.Response) (result EHNamespace, err error)
- func (client NamespacesClient) UpdateSender(req *http.Request) (*http.Response, error)
- type NamespacesCreateOrUpdateFuture
- type NamespacesDeleteFuture
- type NetworkRuleIPAction
- type NetworkRuleSet
- type NetworkRuleSetListResult
- type NetworkRuleSetListResultIterator
- func (iter *NetworkRuleSetListResultIterator) Next() error
- func (iter *NetworkRuleSetListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter NetworkRuleSetListResultIterator) NotDone() bool
- func (iter NetworkRuleSetListResultIterator) Response() NetworkRuleSetListResult
- func (iter NetworkRuleSetListResultIterator) Value() NetworkRuleSet
- type NetworkRuleSetListResultPage
- func (page *NetworkRuleSetListResultPage) Next() error
- func (page *NetworkRuleSetListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page NetworkRuleSetListResultPage) NotDone() bool
- func (page NetworkRuleSetListResultPage) Response() NetworkRuleSetListResult
- func (page NetworkRuleSetListResultPage) Values() []NetworkRuleSet
- type NetworkRuleSetProperties
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- func (iter *OperationListResultIterator) Next() error
- func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter OperationListResultIterator) NotDone() bool
- func (iter OperationListResultIterator) Response() OperationListResult
- func (iter OperationListResultIterator) Value() Operation
- type OperationListResultPage
- func (page *OperationListResultPage) Next() error
- func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page OperationListResultPage) NotDone() bool
- func (page OperationListResultPage) Response() OperationListResult
- func (page OperationListResultPage) Values() []Operation
- type OperationsClient
- func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)
- func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)
- func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
- func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error)
- type Properties
- type ProvisioningStateDR
- type RegenerateAccessKeyParameters
- type RegionsClient
- func (client RegionsClient) ListBySku(ctx context.Context, sku string) (result MessagingRegionsListResultPage, err error)
- func (client RegionsClient) ListBySkuComplete(ctx context.Context, sku string) (result MessagingRegionsListResultIterator, err error)
- func (client RegionsClient) ListBySkuPreparer(ctx context.Context, sku string) (*http.Request, error)
- func (client RegionsClient) ListBySkuResponder(resp *http.Response) (result MessagingRegionsListResult, err error)
- func (client RegionsClient) ListBySkuSender(req *http.Request) (*http.Response, error)
- type Resource
- type RoleDisasterRecovery
- type Sku
- type SkuName
- type SkuTier
- type Subnet
- type TrackedResource
- type UnavailableReason
Constants ¶
const (
// DefaultBaseURI is the default URI used for the service Eventhub
DefaultBaseURI = "https://management.azure.com"
)
Variables ¶
This section is empty.
Functions ¶
func UserAgent ¶
func UserAgent() string
UserAgent returns the UserAgent string to use when sending http.Requests.
func Version ¶
func Version() string
Version returns the semantic version (see http://semver.org) of the client.
Types ¶
type AccessKeys ¶
type AccessKeys struct { autorest.Response `json:"-"` // PrimaryConnectionString - READ-ONLY; Primary connection string of the created namespace AuthorizationRule. PrimaryConnectionString *string `json:"primaryConnectionString,omitempty"` // SecondaryConnectionString - READ-ONLY; Secondary connection string of the created namespace AuthorizationRule. SecondaryConnectionString *string `json:"secondaryConnectionString,omitempty"` // AliasPrimaryConnectionString - READ-ONLY; Primary connection string of the alias if GEO DR is enabled AliasPrimaryConnectionString *string `json:"aliasPrimaryConnectionString,omitempty"` // AliasSecondaryConnectionString - READ-ONLY; Secondary connection string of the alias if GEO DR is enabled AliasSecondaryConnectionString *string `json:"aliasSecondaryConnectionString,omitempty"` // PrimaryKey - READ-ONLY; A base64-encoded 256-bit primary key for signing and validating the SAS token. PrimaryKey *string `json:"primaryKey,omitempty"` // SecondaryKey - READ-ONLY; A base64-encoded 256-bit primary key for signing and validating the SAS token. SecondaryKey *string `json:"secondaryKey,omitempty"` // KeyName - READ-ONLY; A string that describes the AuthorizationRule. KeyName *string `json:"keyName,omitempty"` }
AccessKeys namespace/EventHub Connection String
func (AccessKeys) MarshalJSON ¶
func (ak AccessKeys) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AccessKeys.
type AccessRights ¶
type AccessRights string
AccessRights enumerates the values for access rights.
const ( // Listen ... Listen AccessRights = "Listen" // Manage ... Manage AccessRights = "Manage" // SendEnumValue ... SendEnumValue AccessRights = "Send" )
func PossibleAccessRightsValues ¶
func PossibleAccessRightsValues() []AccessRights
PossibleAccessRightsValues returns an array of possible values for the AccessRights const type.
type ArmDisasterRecovery ¶
type ArmDisasterRecovery struct { autorest.Response `json:"-"` // ArmDisasterRecoveryProperties - Properties required to the Create Or Update Alias(Disaster Recovery configurations) *ArmDisasterRecoveryProperties `json:"properties,omitempty"` // ID - READ-ONLY; Resource ID. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Resource name. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type. Type *string `json:"type,omitempty"` }
ArmDisasterRecovery single item in List or Get Alias(Disaster Recovery configuration) operation
func (ArmDisasterRecovery) MarshalJSON ¶
func (adr ArmDisasterRecovery) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ArmDisasterRecovery.
func (*ArmDisasterRecovery) UnmarshalJSON ¶
func (adr *ArmDisasterRecovery) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ArmDisasterRecovery struct.
type ArmDisasterRecoveryListResult ¶
type ArmDisasterRecoveryListResult struct { autorest.Response `json:"-"` // Value - List of Alias(Disaster Recovery configurations) Value *[]ArmDisasterRecovery `json:"value,omitempty"` // NextLink - READ-ONLY; Link to the next set of results. Not empty if Value contains incomplete list of Alias(Disaster Recovery configuration) NextLink *string `json:"nextLink,omitempty"` }
ArmDisasterRecoveryListResult the result of the List Alias(Disaster Recovery configuration) operation.
func (ArmDisasterRecoveryListResult) IsEmpty ¶
func (adrlr ArmDisasterRecoveryListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (ArmDisasterRecoveryListResult) MarshalJSON ¶
func (adrlr ArmDisasterRecoveryListResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ArmDisasterRecoveryListResult.
type ArmDisasterRecoveryListResultIterator ¶
type ArmDisasterRecoveryListResultIterator struct {
// contains filtered or unexported fields
}
ArmDisasterRecoveryListResultIterator provides access to a complete listing of ArmDisasterRecovery values.
func NewArmDisasterRecoveryListResultIterator ¶
func NewArmDisasterRecoveryListResultIterator(page ArmDisasterRecoveryListResultPage) ArmDisasterRecoveryListResultIterator
Creates a new instance of the ArmDisasterRecoveryListResultIterator type.
func (*ArmDisasterRecoveryListResultIterator) Next ¶
func (iter *ArmDisasterRecoveryListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ArmDisasterRecoveryListResultIterator) NextWithContext ¶
func (iter *ArmDisasterRecoveryListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (ArmDisasterRecoveryListResultIterator) NotDone ¶
func (iter ArmDisasterRecoveryListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (ArmDisasterRecoveryListResultIterator) Response ¶
func (iter ArmDisasterRecoveryListResultIterator) Response() ArmDisasterRecoveryListResult
Response returns the raw server response from the last page request.
func (ArmDisasterRecoveryListResultIterator) Value ¶
func (iter ArmDisasterRecoveryListResultIterator) Value() ArmDisasterRecovery
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type ArmDisasterRecoveryListResultPage ¶
type ArmDisasterRecoveryListResultPage struct {
// contains filtered or unexported fields
}
ArmDisasterRecoveryListResultPage contains a page of ArmDisasterRecovery values.
func NewArmDisasterRecoveryListResultPage ¶
func NewArmDisasterRecoveryListResultPage(cur ArmDisasterRecoveryListResult, getNextPage func(context.Context, ArmDisasterRecoveryListResult) (ArmDisasterRecoveryListResult, error)) ArmDisasterRecoveryListResultPage
Creates a new instance of the ArmDisasterRecoveryListResultPage type.
func (*ArmDisasterRecoveryListResultPage) Next ¶
func (page *ArmDisasterRecoveryListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ArmDisasterRecoveryListResultPage) NextWithContext ¶
func (page *ArmDisasterRecoveryListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (ArmDisasterRecoveryListResultPage) NotDone ¶
func (page ArmDisasterRecoveryListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (ArmDisasterRecoveryListResultPage) Response ¶
func (page ArmDisasterRecoveryListResultPage) Response() ArmDisasterRecoveryListResult
Response returns the raw server response from the last page request.
func (ArmDisasterRecoveryListResultPage) Values ¶
func (page ArmDisasterRecoveryListResultPage) Values() []ArmDisasterRecovery
Values returns the slice of values for the current page or nil if there are no values.
type ArmDisasterRecoveryProperties ¶
type ArmDisasterRecoveryProperties struct { // ProvisioningState - READ-ONLY; Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'. Possible values include: 'Accepted', 'Succeeded', 'Failed' ProvisioningState ProvisioningStateDR `json:"provisioningState,omitempty"` // PartnerNamespace - ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing PartnerNamespace *string `json:"partnerNamespace,omitempty"` // AlternateName - Alternate name specified when alias and namespace names are same. AlternateName *string `json:"alternateName,omitempty"` // Role - READ-ONLY; role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Possible values include: 'Primary', 'PrimaryNotReplicating', 'Secondary' Role RoleDisasterRecovery `json:"role,omitempty"` // PendingReplicationOperationsCount - READ-ONLY; Number of entities pending to be replicated. PendingReplicationOperationsCount *int64 `json:"pendingReplicationOperationsCount,omitempty"` }
ArmDisasterRecoveryProperties properties required to the Create Or Update Alias(Disaster Recovery configurations)
func (ArmDisasterRecoveryProperties) MarshalJSON ¶
func (adr ArmDisasterRecoveryProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ArmDisasterRecoveryProperties.
type AuthorizationRule ¶
type AuthorizationRule struct { autorest.Response `json:"-"` // AuthorizationRuleProperties - Properties supplied to create or update AuthorizationRule *AuthorizationRuleProperties `json:"properties,omitempty"` // ID - READ-ONLY; Resource ID. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Resource name. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type. Type *string `json:"type,omitempty"` }
AuthorizationRule single item in a List or Get AuthorizationRule operation
func (AuthorizationRule) MarshalJSON ¶
func (ar AuthorizationRule) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AuthorizationRule.
func (*AuthorizationRule) UnmarshalJSON ¶
func (ar *AuthorizationRule) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for AuthorizationRule struct.
type AuthorizationRuleListResult ¶
type AuthorizationRuleListResult struct { autorest.Response `json:"-"` // Value - Result of the List Authorization Rules operation. Value *[]AuthorizationRule `json:"value,omitempty"` // NextLink - Link to the next set of results. Not empty if Value contains an incomplete list of Authorization Rules NextLink *string `json:"nextLink,omitempty"` }
AuthorizationRuleListResult the response from the List namespace operation.
func (AuthorizationRuleListResult) IsEmpty ¶
func (arlr AuthorizationRuleListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type AuthorizationRuleListResultIterator ¶
type AuthorizationRuleListResultIterator struct {
// contains filtered or unexported fields
}
AuthorizationRuleListResultIterator provides access to a complete listing of AuthorizationRule values.
func NewAuthorizationRuleListResultIterator ¶
func NewAuthorizationRuleListResultIterator(page AuthorizationRuleListResultPage) AuthorizationRuleListResultIterator
Creates a new instance of the AuthorizationRuleListResultIterator type.
func (*AuthorizationRuleListResultIterator) Next ¶
func (iter *AuthorizationRuleListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*AuthorizationRuleListResultIterator) NextWithContext ¶
func (iter *AuthorizationRuleListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (AuthorizationRuleListResultIterator) NotDone ¶
func (iter AuthorizationRuleListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (AuthorizationRuleListResultIterator) Response ¶
func (iter AuthorizationRuleListResultIterator) Response() AuthorizationRuleListResult
Response returns the raw server response from the last page request.
func (AuthorizationRuleListResultIterator) Value ¶
func (iter AuthorizationRuleListResultIterator) Value() AuthorizationRule
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type AuthorizationRuleListResultPage ¶
type AuthorizationRuleListResultPage struct {
// contains filtered or unexported fields
}
AuthorizationRuleListResultPage contains a page of AuthorizationRule values.
func NewAuthorizationRuleListResultPage ¶
func NewAuthorizationRuleListResultPage(cur AuthorizationRuleListResult, getNextPage func(context.Context, AuthorizationRuleListResult) (AuthorizationRuleListResult, error)) AuthorizationRuleListResultPage
Creates a new instance of the AuthorizationRuleListResultPage type.
func (*AuthorizationRuleListResultPage) Next ¶
func (page *AuthorizationRuleListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*AuthorizationRuleListResultPage) NextWithContext ¶
func (page *AuthorizationRuleListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (AuthorizationRuleListResultPage) NotDone ¶
func (page AuthorizationRuleListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (AuthorizationRuleListResultPage) Response ¶
func (page AuthorizationRuleListResultPage) Response() AuthorizationRuleListResult
Response returns the raw server response from the last page request.
func (AuthorizationRuleListResultPage) Values ¶
func (page AuthorizationRuleListResultPage) Values() []AuthorizationRule
Values returns the slice of values for the current page or nil if there are no values.
type AuthorizationRuleProperties ¶
type AuthorizationRuleProperties struct { // Rights - The rights associated with the rule. Rights *[]AccessRights `json:"rights,omitempty"` }
AuthorizationRuleProperties properties supplied to create or update AuthorizationRule
type BaseClient ¶
BaseClient is the base client for Eventhub.
func New ¶
func New(subscriptionID string) BaseClient
New creates an instance of the BaseClient client.
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
type CaptureDescription ¶
type CaptureDescription struct { // Enabled - A value that indicates whether capture description is enabled. Enabled *bool `json:"enabled,omitempty"` // Encoding - Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version. Possible values include: 'Avro', 'AvroDeflate' Encoding EncodingCaptureDescription `json:"encoding,omitempty"` // IntervalInSeconds - The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds IntervalInSeconds *int32 `json:"intervalInSeconds,omitempty"` // SizeLimitInBytes - The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes SizeLimitInBytes *int32 `json:"sizeLimitInBytes,omitempty"` // Destination - Properties of Destination where capture will be stored. (Storage Account, Blob Names) Destination *Destination `json:"destination,omitempty"` // SkipEmptyArchives - A value that indicates whether to Skip Empty Archives SkipEmptyArchives *bool `json:"skipEmptyArchives,omitempty"` }
CaptureDescription properties to configure capture description for eventhub
type CheckNameAvailabilityParameter ¶
type CheckNameAvailabilityParameter struct { // Name - Name to check the namespace name availability Name *string `json:"name,omitempty"` }
CheckNameAvailabilityParameter parameter supplied to check Namespace name availability operation
type CheckNameAvailabilityResult ¶
type CheckNameAvailabilityResult struct { autorest.Response `json:"-"` // Message - READ-ONLY; The detailed info regarding the reason associated with the Namespace. Message *string `json:"message,omitempty"` // NameAvailable - Value indicating Namespace is availability, true if the Namespace is available; otherwise, false. NameAvailable *bool `json:"nameAvailable,omitempty"` // Reason - The reason for unavailability of a Namespace. Possible values include: 'None', 'InvalidName', 'SubscriptionIsDisabled', 'NameInUse', 'NameInLockdown', 'TooManyNamespaceInCurrentSubscription' Reason UnavailableReason `json:"reason,omitempty"` }
CheckNameAvailabilityResult the Result of the CheckNameAvailability operation
func (CheckNameAvailabilityResult) MarshalJSON ¶
func (cnar CheckNameAvailabilityResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CheckNameAvailabilityResult.
type ConsumerGroup ¶
type ConsumerGroup struct { autorest.Response `json:"-"` // ConsumerGroupProperties - Single item in List or Get Consumer group operation *ConsumerGroupProperties `json:"properties,omitempty"` // ID - READ-ONLY; Resource ID. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Resource name. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type. Type *string `json:"type,omitempty"` }
ConsumerGroup single item in List or Get Consumer group operation
func (ConsumerGroup) MarshalJSON ¶
func (cg ConsumerGroup) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ConsumerGroup.
func (*ConsumerGroup) UnmarshalJSON ¶
func (cg *ConsumerGroup) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ConsumerGroup struct.
type ConsumerGroupListResult ¶
type ConsumerGroupListResult struct { autorest.Response `json:"-"` // Value - Result of the List Consumer Group operation. Value *[]ConsumerGroup `json:"value,omitempty"` // NextLink - Link to the next set of results. Not empty if Value contains incomplete list of Consumer Group NextLink *string `json:"nextLink,omitempty"` }
ConsumerGroupListResult the result to the List Consumer Group operation.
func (ConsumerGroupListResult) IsEmpty ¶
func (cglr ConsumerGroupListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type ConsumerGroupListResultIterator ¶
type ConsumerGroupListResultIterator struct {
// contains filtered or unexported fields
}
ConsumerGroupListResultIterator provides access to a complete listing of ConsumerGroup values.
func NewConsumerGroupListResultIterator ¶
func NewConsumerGroupListResultIterator(page ConsumerGroupListResultPage) ConsumerGroupListResultIterator
Creates a new instance of the ConsumerGroupListResultIterator type.
func (*ConsumerGroupListResultIterator) Next ¶
func (iter *ConsumerGroupListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ConsumerGroupListResultIterator) NextWithContext ¶
func (iter *ConsumerGroupListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (ConsumerGroupListResultIterator) NotDone ¶
func (iter ConsumerGroupListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (ConsumerGroupListResultIterator) Response ¶
func (iter ConsumerGroupListResultIterator) Response() ConsumerGroupListResult
Response returns the raw server response from the last page request.
func (ConsumerGroupListResultIterator) Value ¶
func (iter ConsumerGroupListResultIterator) Value() ConsumerGroup
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type ConsumerGroupListResultPage ¶
type ConsumerGroupListResultPage struct {
// contains filtered or unexported fields
}
ConsumerGroupListResultPage contains a page of ConsumerGroup values.
func NewConsumerGroupListResultPage ¶
func NewConsumerGroupListResultPage(cur ConsumerGroupListResult, getNextPage func(context.Context, ConsumerGroupListResult) (ConsumerGroupListResult, error)) ConsumerGroupListResultPage
Creates a new instance of the ConsumerGroupListResultPage type.
func (*ConsumerGroupListResultPage) Next ¶
func (page *ConsumerGroupListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ConsumerGroupListResultPage) NextWithContext ¶
func (page *ConsumerGroupListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (ConsumerGroupListResultPage) NotDone ¶
func (page ConsumerGroupListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (ConsumerGroupListResultPage) Response ¶
func (page ConsumerGroupListResultPage) Response() ConsumerGroupListResult
Response returns the raw server response from the last page request.
func (ConsumerGroupListResultPage) Values ¶
func (page ConsumerGroupListResultPage) Values() []ConsumerGroup
Values returns the slice of values for the current page or nil if there are no values.
type ConsumerGroupProperties ¶
type ConsumerGroupProperties struct { // CreatedAt - READ-ONLY; Exact time the message was created. CreatedAt *date.Time `json:"createdAt,omitempty"` // UpdatedAt - READ-ONLY; The exact time the message was updated. UpdatedAt *date.Time `json:"updatedAt,omitempty"` // UserMetadata - User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. UserMetadata *string `json:"userMetadata,omitempty"` }
ConsumerGroupProperties single item in List or Get Consumer group operation
func (ConsumerGroupProperties) MarshalJSON ¶
func (cg ConsumerGroupProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ConsumerGroupProperties.
type ConsumerGroupsClient ¶
type ConsumerGroupsClient struct {
BaseClient
}
ConsumerGroupsClient is the azure Event Hubs client
func NewConsumerGroupsClient ¶
func NewConsumerGroupsClient(subscriptionID string) ConsumerGroupsClient
NewConsumerGroupsClient creates an instance of the ConsumerGroupsClient client.
func NewConsumerGroupsClientWithBaseURI ¶
func NewConsumerGroupsClientWithBaseURI(baseURI string, subscriptionID string) ConsumerGroupsClient
NewConsumerGroupsClientWithBaseURI creates an instance of the ConsumerGroupsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (ConsumerGroupsClient) CreateOrUpdate ¶
func (client ConsumerGroupsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, consumerGroupName string, parameters ConsumerGroup) (result ConsumerGroup, err error)
CreateOrUpdate creates or updates an Event Hubs consumer group as a nested resource within a Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name consumerGroupName - the consumer group name parameters - parameters supplied to create or update a consumer group resource.
func (ConsumerGroupsClient) CreateOrUpdatePreparer ¶
func (client ConsumerGroupsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, consumerGroupName string, parameters ConsumerGroup) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (ConsumerGroupsClient) CreateOrUpdateResponder ¶
func (client ConsumerGroupsClient) CreateOrUpdateResponder(resp *http.Response) (result ConsumerGroup, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (ConsumerGroupsClient) CreateOrUpdateSender ¶
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (ConsumerGroupsClient) Delete ¶
func (client ConsumerGroupsClient) Delete(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, consumerGroupName string) (result autorest.Response, err error)
Delete deletes a consumer group from the specified Event Hub and resource group. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name consumerGroupName - the consumer group name
func (ConsumerGroupsClient) DeletePreparer ¶
func (client ConsumerGroupsClient) DeletePreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, consumerGroupName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (ConsumerGroupsClient) DeleteResponder ¶
func (client ConsumerGroupsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (ConsumerGroupsClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (ConsumerGroupsClient) Get ¶
func (client ConsumerGroupsClient) Get(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, consumerGroupName string) (result ConsumerGroup, err error)
Get gets a description for the specified consumer group. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name consumerGroupName - the consumer group name
func (ConsumerGroupsClient) GetPreparer ¶
func (client ConsumerGroupsClient) GetPreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, consumerGroupName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ConsumerGroupsClient) GetResponder ¶
func (client ConsumerGroupsClient) GetResponder(resp *http.Response) (result ConsumerGroup, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (ConsumerGroupsClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (ConsumerGroupsClient) ListByEventHub ¶
func (client ConsumerGroupsClient) ListByEventHub(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, skip *int32, top *int32) (result ConsumerGroupListResultPage, err error)
ListByEventHub gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name skip - 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. top - may be used to limit the number of results to the most recent N usageDetails.
func (ConsumerGroupsClient) ListByEventHubComplete ¶
func (client ConsumerGroupsClient) ListByEventHubComplete(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, skip *int32, top *int32) (result ConsumerGroupListResultIterator, err error)
ListByEventHubComplete enumerates all values, automatically crossing page boundaries as required.
func (ConsumerGroupsClient) ListByEventHubPreparer ¶
func (client ConsumerGroupsClient) ListByEventHubPreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, skip *int32, top *int32) (*http.Request, error)
ListByEventHubPreparer prepares the ListByEventHub request.
func (ConsumerGroupsClient) ListByEventHubResponder ¶
func (client ConsumerGroupsClient) ListByEventHubResponder(resp *http.Response) (result ConsumerGroupListResult, err error)
ListByEventHubResponder handles the response to the ListByEventHub request. The method always closes the http.Response Body.
func (ConsumerGroupsClient) ListByEventHubSender ¶
ListByEventHubSender sends the ListByEventHub request. The method will close the http.Response Body if it receives an error.
type DefaultAction ¶
type DefaultAction string
DefaultAction enumerates the values for default action.
const ( // Allow ... Allow DefaultAction = "Allow" // Deny ... Deny DefaultAction = "Deny" )
func PossibleDefaultActionValues ¶
func PossibleDefaultActionValues() []DefaultAction
PossibleDefaultActionValues returns an array of possible values for the DefaultAction const type.
type Destination ¶
type Destination struct { // Name - Name for capture destination Name *string `json:"name,omitempty"` // DestinationProperties - Properties describing the storage account, blob container and archive name format for capture destination *DestinationProperties `json:"properties,omitempty"` }
Destination capture storage details for capture description
func (Destination) MarshalJSON ¶
func (d Destination) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Destination.
func (*Destination) UnmarshalJSON ¶
func (d *Destination) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for Destination struct.
type DestinationProperties ¶
type DestinationProperties struct { // StorageAccountResourceID - Resource id of the storage account to be used to create the blobs StorageAccountResourceID *string `json:"storageAccountResourceId,omitempty"` // BlobContainer - Blob container Name BlobContainer *string `json:"blobContainer,omitempty"` // ArchiveNameFormat - Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order ArchiveNameFormat *string `json:"archiveNameFormat,omitempty"` }
DestinationProperties properties describing the storage account, blob container and archive name format for capture destination
type DisasterRecoveryConfigsClient ¶
type DisasterRecoveryConfigsClient struct {
BaseClient
}
DisasterRecoveryConfigsClient is the azure Event Hubs client
func NewDisasterRecoveryConfigsClient ¶
func NewDisasterRecoveryConfigsClient(subscriptionID string) DisasterRecoveryConfigsClient
NewDisasterRecoveryConfigsClient creates an instance of the DisasterRecoveryConfigsClient client.
func NewDisasterRecoveryConfigsClientWithBaseURI ¶
func NewDisasterRecoveryConfigsClientWithBaseURI(baseURI string, subscriptionID string) DisasterRecoveryConfigsClient
NewDisasterRecoveryConfigsClientWithBaseURI creates an instance of the DisasterRecoveryConfigsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (DisasterRecoveryConfigsClient) BreakPairing ¶
func (client DisasterRecoveryConfigsClient) BreakPairing(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (result autorest.Response, err error)
BreakPairing this operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name alias - the Disaster Recovery configuration name
func (DisasterRecoveryConfigsClient) BreakPairingPreparer ¶
func (client DisasterRecoveryConfigsClient) BreakPairingPreparer(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (*http.Request, error)
BreakPairingPreparer prepares the BreakPairing request.
func (DisasterRecoveryConfigsClient) BreakPairingResponder ¶
func (client DisasterRecoveryConfigsClient) BreakPairingResponder(resp *http.Response) (result autorest.Response, err error)
BreakPairingResponder handles the response to the BreakPairing request. The method always closes the http.Response Body.
func (DisasterRecoveryConfigsClient) BreakPairingSender ¶
func (client DisasterRecoveryConfigsClient) BreakPairingSender(req *http.Request) (*http.Response, error)
BreakPairingSender sends the BreakPairing request. The method will close the http.Response Body if it receives an error.
func (DisasterRecoveryConfigsClient) CheckNameAvailability ¶
func (client DisasterRecoveryConfigsClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, namespaceName string, parameters CheckNameAvailabilityParameter) (result CheckNameAvailabilityResult, err error)
CheckNameAvailability check the give Namespace name availability. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name parameters - parameters to check availability of the given Alias name
func (DisasterRecoveryConfigsClient) CheckNameAvailabilityPreparer ¶
func (client DisasterRecoveryConfigsClient) CheckNameAvailabilityPreparer(ctx context.Context, resourceGroupName string, namespaceName string, parameters CheckNameAvailabilityParameter) (*http.Request, error)
CheckNameAvailabilityPreparer prepares the CheckNameAvailability request.
func (DisasterRecoveryConfigsClient) CheckNameAvailabilityResponder ¶
func (client DisasterRecoveryConfigsClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameAvailabilityResult, err error)
CheckNameAvailabilityResponder handles the response to the CheckNameAvailability request. The method always closes the http.Response Body.
func (DisasterRecoveryConfigsClient) CheckNameAvailabilitySender ¶
func (client DisasterRecoveryConfigsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)
CheckNameAvailabilitySender sends the CheckNameAvailability request. The method will close the http.Response Body if it receives an error.
func (DisasterRecoveryConfigsClient) CreateOrUpdate ¶
func (client DisasterRecoveryConfigsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, namespaceName string, alias string, parameters ArmDisasterRecovery) (result ArmDisasterRecovery, err error)
CreateOrUpdate creates or updates a new Alias(Disaster Recovery configuration) Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name alias - the Disaster Recovery configuration name parameters - parameters required to create an Alias(Disaster Recovery configuration)
func (DisasterRecoveryConfigsClient) CreateOrUpdatePreparer ¶
func (client DisasterRecoveryConfigsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, namespaceName string, alias string, parameters ArmDisasterRecovery) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (DisasterRecoveryConfigsClient) CreateOrUpdateResponder ¶
func (client DisasterRecoveryConfigsClient) CreateOrUpdateResponder(resp *http.Response) (result ArmDisasterRecovery, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (DisasterRecoveryConfigsClient) CreateOrUpdateSender ¶
func (client DisasterRecoveryConfigsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (DisasterRecoveryConfigsClient) Delete ¶
func (client DisasterRecoveryConfigsClient) Delete(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (result autorest.Response, err error)
Delete deletes an Alias(Disaster Recovery configuration) Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name alias - the Disaster Recovery configuration name
func (DisasterRecoveryConfigsClient) DeletePreparer ¶
func (client DisasterRecoveryConfigsClient) DeletePreparer(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (DisasterRecoveryConfigsClient) DeleteResponder ¶
func (client DisasterRecoveryConfigsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (DisasterRecoveryConfigsClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (DisasterRecoveryConfigsClient) FailOver ¶
func (client DisasterRecoveryConfigsClient) FailOver(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (result autorest.Response, err error)
FailOver invokes GEO DR failover and reconfigure the alias to point to the secondary namespace Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name alias - the Disaster Recovery configuration name
func (DisasterRecoveryConfigsClient) FailOverPreparer ¶
func (client DisasterRecoveryConfigsClient) FailOverPreparer(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (*http.Request, error)
FailOverPreparer prepares the FailOver request.
func (DisasterRecoveryConfigsClient) FailOverResponder ¶
func (client DisasterRecoveryConfigsClient) FailOverResponder(resp *http.Response) (result autorest.Response, err error)
FailOverResponder handles the response to the FailOver request. The method always closes the http.Response Body.
func (DisasterRecoveryConfigsClient) FailOverSender ¶
func (client DisasterRecoveryConfigsClient) FailOverSender(req *http.Request) (*http.Response, error)
FailOverSender sends the FailOver request. The method will close the http.Response Body if it receives an error.
func (DisasterRecoveryConfigsClient) Get ¶
func (client DisasterRecoveryConfigsClient) Get(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (result ArmDisasterRecovery, err error)
Get retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name alias - the Disaster Recovery configuration name
func (DisasterRecoveryConfigsClient) GetAuthorizationRule ¶
func (client DisasterRecoveryConfigsClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, alias string, authorizationRuleName string) (result AuthorizationRule, err error)
GetAuthorizationRule gets an AuthorizationRule for a Namespace by rule name. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name alias - the Disaster Recovery configuration name authorizationRuleName - the authorization rule name.
func (DisasterRecoveryConfigsClient) GetAuthorizationRulePreparer ¶
func (client DisasterRecoveryConfigsClient) GetAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, alias string, authorizationRuleName string) (*http.Request, error)
GetAuthorizationRulePreparer prepares the GetAuthorizationRule request.
func (DisasterRecoveryConfigsClient) GetAuthorizationRuleResponder ¶
func (client DisasterRecoveryConfigsClient) GetAuthorizationRuleResponder(resp *http.Response) (result AuthorizationRule, err error)
GetAuthorizationRuleResponder handles the response to the GetAuthorizationRule request. The method always closes the http.Response Body.
func (DisasterRecoveryConfigsClient) GetAuthorizationRuleSender ¶
func (client DisasterRecoveryConfigsClient) GetAuthorizationRuleSender(req *http.Request) (*http.Response, error)
GetAuthorizationRuleSender sends the GetAuthorizationRule request. The method will close the http.Response Body if it receives an error.
func (DisasterRecoveryConfigsClient) GetPreparer ¶
func (client DisasterRecoveryConfigsClient) GetPreparer(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (*http.Request, error)
GetPreparer prepares the Get request.
func (DisasterRecoveryConfigsClient) GetResponder ¶
func (client DisasterRecoveryConfigsClient) GetResponder(resp *http.Response) (result ArmDisasterRecovery, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (DisasterRecoveryConfigsClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (DisasterRecoveryConfigsClient) List ¶
func (client DisasterRecoveryConfigsClient) List(ctx context.Context, resourceGroupName string, namespaceName string) (result ArmDisasterRecoveryListResultPage, err error)
List gets all Alias(Disaster Recovery configurations) Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name
func (DisasterRecoveryConfigsClient) ListAuthorizationRules ¶
func (client DisasterRecoveryConfigsClient) ListAuthorizationRules(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (result AuthorizationRuleListResultPage, err error)
ListAuthorizationRules gets a list of authorization rules for a Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name alias - the Disaster Recovery configuration name
func (DisasterRecoveryConfigsClient) ListAuthorizationRulesComplete ¶
func (client DisasterRecoveryConfigsClient) ListAuthorizationRulesComplete(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (result AuthorizationRuleListResultIterator, err error)
ListAuthorizationRulesComplete enumerates all values, automatically crossing page boundaries as required.
func (DisasterRecoveryConfigsClient) ListAuthorizationRulesPreparer ¶
func (client DisasterRecoveryConfigsClient) ListAuthorizationRulesPreparer(ctx context.Context, resourceGroupName string, namespaceName string, alias string) (*http.Request, error)
ListAuthorizationRulesPreparer prepares the ListAuthorizationRules request.
func (DisasterRecoveryConfigsClient) ListAuthorizationRulesResponder ¶
func (client DisasterRecoveryConfigsClient) ListAuthorizationRulesResponder(resp *http.Response) (result AuthorizationRuleListResult, err error)
ListAuthorizationRulesResponder handles the response to the ListAuthorizationRules request. The method always closes the http.Response Body.
func (DisasterRecoveryConfigsClient) ListAuthorizationRulesSender ¶
func (client DisasterRecoveryConfigsClient) ListAuthorizationRulesSender(req *http.Request) (*http.Response, error)
ListAuthorizationRulesSender sends the ListAuthorizationRules request. The method will close the http.Response Body if it receives an error.
func (DisasterRecoveryConfigsClient) ListComplete ¶
func (client DisasterRecoveryConfigsClient) ListComplete(ctx context.Context, resourceGroupName string, namespaceName string) (result ArmDisasterRecoveryListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (DisasterRecoveryConfigsClient) ListKeys ¶
func (client DisasterRecoveryConfigsClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, alias string, authorizationRuleName string) (result AccessKeys, err error)
ListKeys gets the primary and secondary connection strings for the Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name alias - the Disaster Recovery configuration name authorizationRuleName - the authorization rule name.
func (DisasterRecoveryConfigsClient) ListKeysPreparer ¶
func (client DisasterRecoveryConfigsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, namespaceName string, alias string, authorizationRuleName string) (*http.Request, error)
ListKeysPreparer prepares the ListKeys request.
func (DisasterRecoveryConfigsClient) ListKeysResponder ¶
func (client DisasterRecoveryConfigsClient) ListKeysResponder(resp *http.Response) (result AccessKeys, err error)
ListKeysResponder handles the response to the ListKeys request. The method always closes the http.Response Body.
func (DisasterRecoveryConfigsClient) ListKeysSender ¶
func (client DisasterRecoveryConfigsClient) ListKeysSender(req *http.Request) (*http.Response, error)
ListKeysSender sends the ListKeys request. The method will close the http.Response Body if it receives an error.
func (DisasterRecoveryConfigsClient) ListPreparer ¶
func (client DisasterRecoveryConfigsClient) ListPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
ListPreparer prepares the List request.
func (DisasterRecoveryConfigsClient) ListResponder ¶
func (client DisasterRecoveryConfigsClient) ListResponder(resp *http.Response) (result ArmDisasterRecoveryListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (DisasterRecoveryConfigsClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type EHNamespace ¶
type EHNamespace struct { autorest.Response `json:"-"` // Sku - Properties of sku resource Sku *Sku `json:"sku,omitempty"` // EHNamespaceProperties - Namespace properties supplied for create namespace operation. *EHNamespaceProperties `json:"properties,omitempty"` // Location - Resource location. Location *string `json:"location,omitempty"` // Tags - Resource tags. Tags map[string]*string `json:"tags"` // ID - READ-ONLY; Resource ID. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Resource name. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type. Type *string `json:"type,omitempty"` }
EHNamespace single Namespace item in List or Get Operation
func (EHNamespace) MarshalJSON ¶
func (en EHNamespace) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for EHNamespace.
func (*EHNamespace) UnmarshalJSON ¶
func (en *EHNamespace) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for EHNamespace struct.
type EHNamespaceListResult ¶
type EHNamespaceListResult struct { autorest.Response `json:"-"` // Value - Result of the List Namespace operation Value *[]EHNamespace `json:"value,omitempty"` // NextLink - Link to the next set of results. Not empty if Value contains incomplete list of namespaces. NextLink *string `json:"nextLink,omitempty"` }
EHNamespaceListResult the response of the List Namespace operation
func (EHNamespaceListResult) IsEmpty ¶
func (enlr EHNamespaceListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type EHNamespaceListResultIterator ¶
type EHNamespaceListResultIterator struct {
// contains filtered or unexported fields
}
EHNamespaceListResultIterator provides access to a complete listing of EHNamespace values.
func NewEHNamespaceListResultIterator ¶
func NewEHNamespaceListResultIterator(page EHNamespaceListResultPage) EHNamespaceListResultIterator
Creates a new instance of the EHNamespaceListResultIterator type.
func (*EHNamespaceListResultIterator) Next ¶
func (iter *EHNamespaceListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*EHNamespaceListResultIterator) NextWithContext ¶
func (iter *EHNamespaceListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (EHNamespaceListResultIterator) NotDone ¶
func (iter EHNamespaceListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (EHNamespaceListResultIterator) Response ¶
func (iter EHNamespaceListResultIterator) Response() EHNamespaceListResult
Response returns the raw server response from the last page request.
func (EHNamespaceListResultIterator) Value ¶
func (iter EHNamespaceListResultIterator) Value() EHNamespace
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type EHNamespaceListResultPage ¶
type EHNamespaceListResultPage struct {
// contains filtered or unexported fields
}
EHNamespaceListResultPage contains a page of EHNamespace values.
func NewEHNamespaceListResultPage ¶
func NewEHNamespaceListResultPage(cur EHNamespaceListResult, getNextPage func(context.Context, EHNamespaceListResult) (EHNamespaceListResult, error)) EHNamespaceListResultPage
Creates a new instance of the EHNamespaceListResultPage type.
func (*EHNamespaceListResultPage) Next ¶
func (page *EHNamespaceListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*EHNamespaceListResultPage) NextWithContext ¶
func (page *EHNamespaceListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (EHNamespaceListResultPage) NotDone ¶
func (page EHNamespaceListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (EHNamespaceListResultPage) Response ¶
func (page EHNamespaceListResultPage) Response() EHNamespaceListResult
Response returns the raw server response from the last page request.
func (EHNamespaceListResultPage) Values ¶
func (page EHNamespaceListResultPage) Values() []EHNamespace
Values returns the slice of values for the current page or nil if there are no values.
type EHNamespaceProperties ¶
type EHNamespaceProperties struct { // ProvisioningState - READ-ONLY; Provisioning state of the Namespace. ProvisioningState *string `json:"provisioningState,omitempty"` // CreatedAt - READ-ONLY; The time the Namespace was created. CreatedAt *date.Time `json:"createdAt,omitempty"` // UpdatedAt - READ-ONLY; The time the Namespace was updated. UpdatedAt *date.Time `json:"updatedAt,omitempty"` // ServiceBusEndpoint - READ-ONLY; Endpoint you can use to perform Service Bus operations. ServiceBusEndpoint *string `json:"serviceBusEndpoint,omitempty"` // MetricID - READ-ONLY; Identifier for Azure Insights metrics. MetricID *string `json:"metricId,omitempty"` // IsAutoInflateEnabled - Value that indicates whether AutoInflate is enabled for eventhub namespace. IsAutoInflateEnabled *bool `json:"isAutoInflateEnabled,omitempty"` // MaximumThroughputUnits - Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true) MaximumThroughputUnits *int32 `json:"maximumThroughputUnits,omitempty"` // KafkaEnabled - Value that indicates whether Kafka is enabled for eventhub namespace. KafkaEnabled *bool `json:"kafkaEnabled,omitempty"` }
EHNamespaceProperties namespace properties supplied for create namespace operation.
func (EHNamespaceProperties) MarshalJSON ¶
func (en EHNamespaceProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for EHNamespaceProperties.
type EncodingCaptureDescription ¶
type EncodingCaptureDescription string
EncodingCaptureDescription enumerates the values for encoding capture description.
const ( // Avro ... Avro EncodingCaptureDescription = "Avro" // AvroDeflate ... AvroDeflate EncodingCaptureDescription = "AvroDeflate" )
func PossibleEncodingCaptureDescriptionValues ¶
func PossibleEncodingCaptureDescriptionValues() []EncodingCaptureDescription
PossibleEncodingCaptureDescriptionValues returns an array of possible values for the EncodingCaptureDescription const type.
type EntityStatus ¶
type EntityStatus string
EntityStatus enumerates the values for entity status.
const ( // Active ... Active EntityStatus = "Active" // Creating ... Creating EntityStatus = "Creating" // Deleting ... Deleting EntityStatus = "Deleting" // Disabled ... Disabled EntityStatus = "Disabled" // ReceiveDisabled ... ReceiveDisabled EntityStatus = "ReceiveDisabled" // Renaming ... Renaming EntityStatus = "Renaming" // Restoring ... Restoring EntityStatus = "Restoring" // SendDisabled ... SendDisabled EntityStatus = "SendDisabled" // Unknown ... Unknown EntityStatus = "Unknown" )
func PossibleEntityStatusValues ¶
func PossibleEntityStatusValues() []EntityStatus
PossibleEntityStatusValues returns an array of possible values for the EntityStatus const type.
type ErrorResponse ¶
type ErrorResponse struct { // Code - Error code. Code *string `json:"code,omitempty"` // Message - Error message indicating why the operation failed. Message *string `json:"message,omitempty"` }
ErrorResponse error response indicates Event Hub service is not able to process the incoming request. The reason is provided in the error message.
type EventHubsClient ¶
type EventHubsClient struct {
BaseClient
}
EventHubsClient is the azure Event Hubs client
func NewEventHubsClient ¶
func NewEventHubsClient(subscriptionID string) EventHubsClient
NewEventHubsClient creates an instance of the EventHubsClient client.
func NewEventHubsClientWithBaseURI ¶
func NewEventHubsClientWithBaseURI(baseURI string, subscriptionID string) EventHubsClient
NewEventHubsClientWithBaseURI creates an instance of the EventHubsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (EventHubsClient) CreateOrUpdate ¶
func (client EventHubsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, parameters Model) (result Model, err error)
CreateOrUpdate creates or updates a new Event Hub as a nested resource within a Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name parameters - parameters supplied to create an Event Hub resource.
func (EventHubsClient) CreateOrUpdateAuthorizationRule ¶
func (client EventHubsClient) CreateOrUpdateAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, authorizationRuleName string, parameters AuthorizationRule) (result AuthorizationRule, err error)
CreateOrUpdateAuthorizationRule creates or updates an AuthorizationRule for the specified Event Hub. Creation/update of the AuthorizationRule will take a few seconds to take effect. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name authorizationRuleName - the authorization rule name. parameters - the shared access AuthorizationRule.
func (EventHubsClient) CreateOrUpdateAuthorizationRulePreparer ¶
func (client EventHubsClient) CreateOrUpdateAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, authorizationRuleName string, parameters AuthorizationRule) (*http.Request, error)
CreateOrUpdateAuthorizationRulePreparer prepares the CreateOrUpdateAuthorizationRule request.
func (EventHubsClient) CreateOrUpdateAuthorizationRuleResponder ¶
func (client EventHubsClient) CreateOrUpdateAuthorizationRuleResponder(resp *http.Response) (result AuthorizationRule, err error)
CreateOrUpdateAuthorizationRuleResponder handles the response to the CreateOrUpdateAuthorizationRule request. The method always closes the http.Response Body.
func (EventHubsClient) CreateOrUpdateAuthorizationRuleSender ¶
func (client EventHubsClient) CreateOrUpdateAuthorizationRuleSender(req *http.Request) (*http.Response, error)
CreateOrUpdateAuthorizationRuleSender sends the CreateOrUpdateAuthorizationRule request. The method will close the http.Response Body if it receives an error.
func (EventHubsClient) CreateOrUpdatePreparer ¶
func (client EventHubsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, parameters Model) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (EventHubsClient) CreateOrUpdateResponder ¶
func (client EventHubsClient) CreateOrUpdateResponder(resp *http.Response) (result Model, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (EventHubsClient) CreateOrUpdateSender ¶
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (EventHubsClient) Delete ¶
func (client EventHubsClient) Delete(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string) (result autorest.Response, err error)
Delete deletes an Event Hub from the specified Namespace and resource group. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name
func (EventHubsClient) DeleteAuthorizationRule ¶
func (client EventHubsClient) DeleteAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, authorizationRuleName string) (result autorest.Response, err error)
DeleteAuthorizationRule deletes an Event Hub AuthorizationRule. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name authorizationRuleName - the authorization rule name.
func (EventHubsClient) DeleteAuthorizationRulePreparer ¶
func (client EventHubsClient) DeleteAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, authorizationRuleName string) (*http.Request, error)
DeleteAuthorizationRulePreparer prepares the DeleteAuthorizationRule request.
func (EventHubsClient) DeleteAuthorizationRuleResponder ¶
func (client EventHubsClient) DeleteAuthorizationRuleResponder(resp *http.Response) (result autorest.Response, err error)
DeleteAuthorizationRuleResponder handles the response to the DeleteAuthorizationRule request. The method always closes the http.Response Body.
func (EventHubsClient) DeleteAuthorizationRuleSender ¶
func (client EventHubsClient) DeleteAuthorizationRuleSender(req *http.Request) (*http.Response, error)
DeleteAuthorizationRuleSender sends the DeleteAuthorizationRule request. The method will close the http.Response Body if it receives an error.
func (EventHubsClient) DeletePreparer ¶
func (client EventHubsClient) DeletePreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (EventHubsClient) DeleteResponder ¶
func (client EventHubsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (EventHubsClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (EventHubsClient) Get ¶
func (client EventHubsClient) Get(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string) (result Model, err error)
Get gets an Event Hubs description for the specified Event Hub. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name
func (EventHubsClient) GetAuthorizationRule ¶
func (client EventHubsClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, authorizationRuleName string) (result AuthorizationRule, err error)
GetAuthorizationRule gets an AuthorizationRule for an Event Hub by rule name. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name authorizationRuleName - the authorization rule name.
func (EventHubsClient) GetAuthorizationRulePreparer ¶
func (client EventHubsClient) GetAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, authorizationRuleName string) (*http.Request, error)
GetAuthorizationRulePreparer prepares the GetAuthorizationRule request.
func (EventHubsClient) GetAuthorizationRuleResponder ¶
func (client EventHubsClient) GetAuthorizationRuleResponder(resp *http.Response) (result AuthorizationRule, err error)
GetAuthorizationRuleResponder handles the response to the GetAuthorizationRule request. The method always closes the http.Response Body.
func (EventHubsClient) GetAuthorizationRuleSender ¶
GetAuthorizationRuleSender sends the GetAuthorizationRule request. The method will close the http.Response Body if it receives an error.
func (EventHubsClient) GetPreparer ¶
func (client EventHubsClient) GetPreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (EventHubsClient) GetResponder ¶
func (client EventHubsClient) GetResponder(resp *http.Response) (result Model, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (EventHubsClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (EventHubsClient) ListAuthorizationRules ¶
func (client EventHubsClient) ListAuthorizationRules(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string) (result AuthorizationRuleListResultPage, err error)
ListAuthorizationRules gets the authorization rules for an Event Hub. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name
func (EventHubsClient) ListAuthorizationRulesComplete ¶
func (client EventHubsClient) ListAuthorizationRulesComplete(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string) (result AuthorizationRuleListResultIterator, err error)
ListAuthorizationRulesComplete enumerates all values, automatically crossing page boundaries as required.
func (EventHubsClient) ListAuthorizationRulesPreparer ¶
func (client EventHubsClient) ListAuthorizationRulesPreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string) (*http.Request, error)
ListAuthorizationRulesPreparer prepares the ListAuthorizationRules request.
func (EventHubsClient) ListAuthorizationRulesResponder ¶
func (client EventHubsClient) ListAuthorizationRulesResponder(resp *http.Response) (result AuthorizationRuleListResult, err error)
ListAuthorizationRulesResponder handles the response to the ListAuthorizationRules request. The method always closes the http.Response Body.
func (EventHubsClient) ListAuthorizationRulesSender ¶
func (client EventHubsClient) ListAuthorizationRulesSender(req *http.Request) (*http.Response, error)
ListAuthorizationRulesSender sends the ListAuthorizationRules request. The method will close the http.Response Body if it receives an error.
func (EventHubsClient) ListByNamespace ¶
func (client EventHubsClient) ListByNamespace(ctx context.Context, resourceGroupName string, namespaceName string, skip *int32, top *int32) (result ListResultPage, err error)
ListByNamespace gets all the Event Hubs in a Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name skip - 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. top - may be used to limit the number of results to the most recent N usageDetails.
func (EventHubsClient) ListByNamespaceComplete ¶
func (client EventHubsClient) ListByNamespaceComplete(ctx context.Context, resourceGroupName string, namespaceName string, skip *int32, top *int32) (result ListResultIterator, err error)
ListByNamespaceComplete enumerates all values, automatically crossing page boundaries as required.
func (EventHubsClient) ListByNamespacePreparer ¶
func (client EventHubsClient) ListByNamespacePreparer(ctx context.Context, resourceGroupName string, namespaceName string, skip *int32, top *int32) (*http.Request, error)
ListByNamespacePreparer prepares the ListByNamespace request.
func (EventHubsClient) ListByNamespaceResponder ¶
func (client EventHubsClient) ListByNamespaceResponder(resp *http.Response) (result ListResult, err error)
ListByNamespaceResponder handles the response to the ListByNamespace request. The method always closes the http.Response Body.
func (EventHubsClient) ListByNamespaceSender ¶
ListByNamespaceSender sends the ListByNamespace request. The method will close the http.Response Body if it receives an error.
func (EventHubsClient) ListKeys ¶
func (client EventHubsClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, authorizationRuleName string) (result AccessKeys, err error)
ListKeys gets the ACS and SAS connection strings for the Event Hub. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name authorizationRuleName - the authorization rule name.
func (EventHubsClient) ListKeysPreparer ¶
func (client EventHubsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, authorizationRuleName string) (*http.Request, error)
ListKeysPreparer prepares the ListKeys request.
func (EventHubsClient) ListKeysResponder ¶
func (client EventHubsClient) ListKeysResponder(resp *http.Response) (result AccessKeys, err error)
ListKeysResponder handles the response to the ListKeys request. The method always closes the http.Response Body.
func (EventHubsClient) ListKeysSender ¶
ListKeysSender sends the ListKeys request. The method will close the http.Response Body if it receives an error.
func (EventHubsClient) RegenerateKeys ¶
func (client EventHubsClient) RegenerateKeys(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, authorizationRuleName string, parameters RegenerateAccessKeyParameters) (result AccessKeys, err error)
RegenerateKeys regenerates the ACS and SAS connection strings for the Event Hub. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name eventHubName - the Event Hub name authorizationRuleName - the authorization rule name. parameters - parameters supplied to regenerate the AuthorizationRule Keys (PrimaryKey/SecondaryKey).
func (EventHubsClient) RegenerateKeysPreparer ¶
func (client EventHubsClient) RegenerateKeysPreparer(ctx context.Context, resourceGroupName string, namespaceName string, eventHubName string, authorizationRuleName string, parameters RegenerateAccessKeyParameters) (*http.Request, error)
RegenerateKeysPreparer prepares the RegenerateKeys request.
func (EventHubsClient) RegenerateKeysResponder ¶
func (client EventHubsClient) RegenerateKeysResponder(resp *http.Response) (result AccessKeys, err error)
RegenerateKeysResponder handles the response to the RegenerateKeys request. The method always closes the http.Response Body.
func (EventHubsClient) RegenerateKeysSender ¶
RegenerateKeysSender sends the RegenerateKeys request. The method will close the http.Response Body if it receives an error.
type KeyType ¶
type KeyType string
KeyType enumerates the values for key type.
func PossibleKeyTypeValues ¶
func PossibleKeyTypeValues() []KeyType
PossibleKeyTypeValues returns an array of possible values for the KeyType const type.
type ListResult ¶
type ListResult struct { autorest.Response `json:"-"` // Value - Result of the List EventHubs operation. Value *[]Model `json:"value,omitempty"` // NextLink - Link to the next set of results. Not empty if Value contains incomplete list of EventHubs. NextLink *string `json:"nextLink,omitempty"` }
ListResult the result of the List EventHubs operation.
func (ListResult) IsEmpty ¶
func (lr ListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type ListResultIterator ¶
type ListResultIterator struct {
// contains filtered or unexported fields
}
ListResultIterator provides access to a complete listing of Model values.
func NewListResultIterator ¶
func NewListResultIterator(page ListResultPage) ListResultIterator
Creates a new instance of the ListResultIterator type.
func (*ListResultIterator) Next ¶
func (iter *ListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ListResultIterator) NextWithContext ¶
func (iter *ListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (ListResultIterator) NotDone ¶
func (iter ListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (ListResultIterator) Response ¶
func (iter ListResultIterator) Response() ListResult
Response returns the raw server response from the last page request.
func (ListResultIterator) Value ¶
func (iter ListResultIterator) Value() Model
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type ListResultPage ¶
type ListResultPage struct {
// contains filtered or unexported fields
}
ListResultPage contains a page of Model values.
func NewListResultPage ¶
func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage
Creates a new instance of the ListResultPage type.
func (*ListResultPage) Next ¶
func (page *ListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ListResultPage) NextWithContext ¶
func (page *ListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (ListResultPage) NotDone ¶
func (page ListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (ListResultPage) Response ¶
func (page ListResultPage) Response() ListResult
Response returns the raw server response from the last page request.
func (ListResultPage) Values ¶
func (page ListResultPage) Values() []Model
Values returns the slice of values for the current page or nil if there are no values.
type MessagingPlan ¶
type MessagingPlan struct { autorest.Response `json:"-"` *MessagingPlanProperties `json:"properties,omitempty"` // Location - Resource location. Location *string `json:"location,omitempty"` // Tags - Resource tags. Tags map[string]*string `json:"tags"` // ID - READ-ONLY; Resource ID. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Resource name. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type. Type *string `json:"type,omitempty"` }
MessagingPlan messaging Plan for the namespace
func (MessagingPlan) MarshalJSON ¶
func (mp MessagingPlan) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for MessagingPlan.
func (*MessagingPlan) UnmarshalJSON ¶
func (mp *MessagingPlan) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for MessagingPlan struct.
type MessagingPlanProperties ¶
type MessagingPlanProperties struct { // Sku - READ-ONLY; Sku type Sku *int32 `json:"sku,omitempty"` // SelectedEventHubUnit - READ-ONLY; Selected event hub unit SelectedEventHubUnit *int32 `json:"selectedEventHubUnit,omitempty"` // UpdatedAt - READ-ONLY; The exact time the messaging plan was updated. UpdatedAt *date.Time `json:"updatedAt,omitempty"` // Revision - READ-ONLY; revision number Revision *int64 `json:"revision,omitempty"` }
MessagingPlanProperties ...
func (MessagingPlanProperties) MarshalJSON ¶
func (mp MessagingPlanProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for MessagingPlanProperties.
type MessagingRegions ¶
type MessagingRegions struct { // Properties - Properties of Messaging Region Properties *MessagingRegionsProperties `json:"properties,omitempty"` // Location - Resource location. Location *string `json:"location,omitempty"` // Tags - Resource tags. Tags map[string]*string `json:"tags"` // ID - READ-ONLY; Resource ID. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Resource name. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type. Type *string `json:"type,omitempty"` }
MessagingRegions messaging Region
func (MessagingRegions) MarshalJSON ¶
func (mr MessagingRegions) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for MessagingRegions.
type MessagingRegionsListResult ¶
type MessagingRegionsListResult struct { autorest.Response `json:"-"` // Value - Result of the List MessagingRegions type. Value *[]MessagingRegions `json:"value,omitempty"` // NextLink - READ-ONLY; Link to the next set of results. Not empty if Value contains incomplete list of MessagingRegions. NextLink *string `json:"nextLink,omitempty"` }
MessagingRegionsListResult the response of the List MessagingRegions operation.
func (MessagingRegionsListResult) IsEmpty ¶
func (mrlr MessagingRegionsListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (MessagingRegionsListResult) MarshalJSON ¶
func (mrlr MessagingRegionsListResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for MessagingRegionsListResult.
type MessagingRegionsListResultIterator ¶
type MessagingRegionsListResultIterator struct {
// contains filtered or unexported fields
}
MessagingRegionsListResultIterator provides access to a complete listing of MessagingRegions values.
func NewMessagingRegionsListResultIterator ¶
func NewMessagingRegionsListResultIterator(page MessagingRegionsListResultPage) MessagingRegionsListResultIterator
Creates a new instance of the MessagingRegionsListResultIterator type.
func (*MessagingRegionsListResultIterator) Next ¶
func (iter *MessagingRegionsListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*MessagingRegionsListResultIterator) NextWithContext ¶
func (iter *MessagingRegionsListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (MessagingRegionsListResultIterator) NotDone ¶
func (iter MessagingRegionsListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (MessagingRegionsListResultIterator) Response ¶
func (iter MessagingRegionsListResultIterator) Response() MessagingRegionsListResult
Response returns the raw server response from the last page request.
func (MessagingRegionsListResultIterator) Value ¶
func (iter MessagingRegionsListResultIterator) Value() MessagingRegions
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type MessagingRegionsListResultPage ¶
type MessagingRegionsListResultPage struct {
// contains filtered or unexported fields
}
MessagingRegionsListResultPage contains a page of MessagingRegions values.
func NewMessagingRegionsListResultPage ¶
func NewMessagingRegionsListResultPage(cur MessagingRegionsListResult, getNextPage func(context.Context, MessagingRegionsListResult) (MessagingRegionsListResult, error)) MessagingRegionsListResultPage
Creates a new instance of the MessagingRegionsListResultPage type.
func (*MessagingRegionsListResultPage) Next ¶
func (page *MessagingRegionsListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*MessagingRegionsListResultPage) NextWithContext ¶
func (page *MessagingRegionsListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (MessagingRegionsListResultPage) NotDone ¶
func (page MessagingRegionsListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (MessagingRegionsListResultPage) Response ¶
func (page MessagingRegionsListResultPage) Response() MessagingRegionsListResult
Response returns the raw server response from the last page request.
func (MessagingRegionsListResultPage) Values ¶
func (page MessagingRegionsListResultPage) Values() []MessagingRegions
Values returns the slice of values for the current page or nil if there are no values.
type MessagingRegionsProperties ¶
type MessagingRegionsProperties struct { // Code - READ-ONLY; Region code Code *string `json:"code,omitempty"` // FullName - READ-ONLY; Full name of the region FullName *string `json:"fullName,omitempty"` }
MessagingRegionsProperties properties of Messaging Region
func (MessagingRegionsProperties) MarshalJSON ¶
func (mr MessagingRegionsProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for MessagingRegionsProperties.
type Model ¶
type Model struct { autorest.Response `json:"-"` // Properties - Properties supplied to the Create Or Update Event Hub operation. *Properties `json:"properties,omitempty"` // ID - READ-ONLY; Resource ID. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Resource name. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type. Type *string `json:"type,omitempty"` }
Model single item in List or Get Event Hub operation
func (Model) MarshalJSON ¶
MarshalJSON is the custom marshaler for Model.
func (*Model) UnmarshalJSON ¶
UnmarshalJSON is the custom unmarshaler for Model struct.
type NWRuleSetIPRules ¶
type NWRuleSetIPRules struct { // IPMask - IP Mask IPMask *string `json:"ipMask,omitempty"` // Action - The IP Filter Action. Possible values include: 'NetworkRuleIPActionAllow' Action NetworkRuleIPAction `json:"action,omitempty"` }
NWRuleSetIPRules description of NetWorkRuleSet - IpRules resource.
type NWRuleSetVirtualNetworkRules ¶
type NWRuleSetVirtualNetworkRules struct { // Subnet - Subnet properties Subnet *Subnet `json:"subnet,omitempty"` // IgnoreMissingVnetServiceEndpoint - Value that indicates whether to ignore missing VNet Service Endpoint IgnoreMissingVnetServiceEndpoint *bool `json:"ignoreMissingVnetServiceEndpoint,omitempty"` }
NWRuleSetVirtualNetworkRules description of VirtualNetworkRules - NetworkRules resource.
type NamespacesClient ¶
type NamespacesClient struct {
BaseClient
}
NamespacesClient is the azure Event Hubs client
func NewNamespacesClient ¶
func NewNamespacesClient(subscriptionID string) NamespacesClient
NewNamespacesClient creates an instance of the NamespacesClient client.
func NewNamespacesClientWithBaseURI ¶
func NewNamespacesClientWithBaseURI(baseURI string, subscriptionID string) NamespacesClient
NewNamespacesClientWithBaseURI creates an instance of the NamespacesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (NamespacesClient) CheckNameAvailability ¶
func (client NamespacesClient) CheckNameAvailability(ctx context.Context, parameters CheckNameAvailabilityParameter) (result CheckNameAvailabilityResult, err error)
CheckNameAvailability check the give Namespace name availability. Parameters: parameters - parameters to check availability of the given Namespace name
func (NamespacesClient) CheckNameAvailabilityPreparer ¶
func (client NamespacesClient) CheckNameAvailabilityPreparer(ctx context.Context, parameters CheckNameAvailabilityParameter) (*http.Request, error)
CheckNameAvailabilityPreparer prepares the CheckNameAvailability request.
func (NamespacesClient) CheckNameAvailabilityResponder ¶
func (client NamespacesClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameAvailabilityResult, err error)
CheckNameAvailabilityResponder handles the response to the CheckNameAvailability request. The method always closes the http.Response Body.
func (NamespacesClient) CheckNameAvailabilitySender ¶
func (client NamespacesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)
CheckNameAvailabilitySender sends the CheckNameAvailability request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) CreateOrUpdate ¶
func (client NamespacesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, namespaceName string, parameters EHNamespace) (result NamespacesCreateOrUpdateFuture, err error)
CreateOrUpdate creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name parameters - parameters for creating a namespace resource.
func (NamespacesClient) CreateOrUpdateAuthorizationRule ¶
func (client NamespacesClient) CreateOrUpdateAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string, parameters AuthorizationRule) (result AuthorizationRule, err error)
CreateOrUpdateAuthorizationRule creates or updates an AuthorizationRule for a Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name authorizationRuleName - the authorization rule name. parameters - the shared access AuthorizationRule.
func (NamespacesClient) CreateOrUpdateAuthorizationRulePreparer ¶
func (client NamespacesClient) CreateOrUpdateAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string, parameters AuthorizationRule) (*http.Request, error)
CreateOrUpdateAuthorizationRulePreparer prepares the CreateOrUpdateAuthorizationRule request.
func (NamespacesClient) CreateOrUpdateAuthorizationRuleResponder ¶
func (client NamespacesClient) CreateOrUpdateAuthorizationRuleResponder(resp *http.Response) (result AuthorizationRule, err error)
CreateOrUpdateAuthorizationRuleResponder handles the response to the CreateOrUpdateAuthorizationRule request. The method always closes the http.Response Body.
func (NamespacesClient) CreateOrUpdateAuthorizationRuleSender ¶
func (client NamespacesClient) CreateOrUpdateAuthorizationRuleSender(req *http.Request) (*http.Response, error)
CreateOrUpdateAuthorizationRuleSender sends the CreateOrUpdateAuthorizationRule request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) CreateOrUpdateNetworkRuleSet ¶
func (client NamespacesClient) CreateOrUpdateNetworkRuleSet(ctx context.Context, resourceGroupName string, namespaceName string, parameters NetworkRuleSet) (result NetworkRuleSet, err error)
CreateOrUpdateNetworkRuleSet create or update NetworkRuleSet for a Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name parameters - the Namespace IpFilterRule.
func (NamespacesClient) CreateOrUpdateNetworkRuleSetPreparer ¶
func (client NamespacesClient) CreateOrUpdateNetworkRuleSetPreparer(ctx context.Context, resourceGroupName string, namespaceName string, parameters NetworkRuleSet) (*http.Request, error)
CreateOrUpdateNetworkRuleSetPreparer prepares the CreateOrUpdateNetworkRuleSet request.
func (NamespacesClient) CreateOrUpdateNetworkRuleSetResponder ¶
func (client NamespacesClient) CreateOrUpdateNetworkRuleSetResponder(resp *http.Response) (result NetworkRuleSet, err error)
CreateOrUpdateNetworkRuleSetResponder handles the response to the CreateOrUpdateNetworkRuleSet request. The method always closes the http.Response Body.
func (NamespacesClient) CreateOrUpdateNetworkRuleSetSender ¶
func (client NamespacesClient) CreateOrUpdateNetworkRuleSetSender(req *http.Request) (*http.Response, error)
CreateOrUpdateNetworkRuleSetSender sends the CreateOrUpdateNetworkRuleSet request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) CreateOrUpdatePreparer ¶
func (client NamespacesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, namespaceName string, parameters EHNamespace) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (NamespacesClient) CreateOrUpdateResponder ¶
func (client NamespacesClient) CreateOrUpdateResponder(resp *http.Response) (result EHNamespace, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (NamespacesClient) CreateOrUpdateSender ¶
func (client NamespacesClient) CreateOrUpdateSender(req *http.Request) (future NamespacesCreateOrUpdateFuture, err error)
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) Delete ¶
func (client NamespacesClient) Delete(ctx context.Context, resourceGroupName string, namespaceName string) (result NamespacesDeleteFuture, err error)
Delete deletes an existing namespace. This operation also removes all associated resources under the namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name
func (NamespacesClient) DeleteAuthorizationRule ¶
func (client NamespacesClient) DeleteAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (result autorest.Response, err error)
DeleteAuthorizationRule deletes an AuthorizationRule for a Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name authorizationRuleName - the authorization rule name.
func (NamespacesClient) DeleteAuthorizationRulePreparer ¶
func (client NamespacesClient) DeleteAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (*http.Request, error)
DeleteAuthorizationRulePreparer prepares the DeleteAuthorizationRule request.
func (NamespacesClient) DeleteAuthorizationRuleResponder ¶
func (client NamespacesClient) DeleteAuthorizationRuleResponder(resp *http.Response) (result autorest.Response, err error)
DeleteAuthorizationRuleResponder handles the response to the DeleteAuthorizationRule request. The method always closes the http.Response Body.
func (NamespacesClient) DeleteAuthorizationRuleSender ¶
func (client NamespacesClient) DeleteAuthorizationRuleSender(req *http.Request) (*http.Response, error)
DeleteAuthorizationRuleSender sends the DeleteAuthorizationRule request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) DeletePreparer ¶
func (client NamespacesClient) DeletePreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (NamespacesClient) DeleteResponder ¶
func (client NamespacesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (NamespacesClient) DeleteSender ¶
func (client NamespacesClient) DeleteSender(req *http.Request) (future NamespacesDeleteFuture, err error)
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) Get ¶
func (client NamespacesClient) Get(ctx context.Context, resourceGroupName string, namespaceName string) (result EHNamespace, err error)
Get gets the description of the specified namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name
func (NamespacesClient) GetAuthorizationRule ¶
func (client NamespacesClient) GetAuthorizationRule(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (result AuthorizationRule, err error)
GetAuthorizationRule gets an AuthorizationRule for a Namespace by rule name. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name authorizationRuleName - the authorization rule name.
func (NamespacesClient) GetAuthorizationRulePreparer ¶
func (client NamespacesClient) GetAuthorizationRulePreparer(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (*http.Request, error)
GetAuthorizationRulePreparer prepares the GetAuthorizationRule request.
func (NamespacesClient) GetAuthorizationRuleResponder ¶
func (client NamespacesClient) GetAuthorizationRuleResponder(resp *http.Response) (result AuthorizationRule, err error)
GetAuthorizationRuleResponder handles the response to the GetAuthorizationRule request. The method always closes the http.Response Body.
func (NamespacesClient) GetAuthorizationRuleSender ¶
func (client NamespacesClient) GetAuthorizationRuleSender(req *http.Request) (*http.Response, error)
GetAuthorizationRuleSender sends the GetAuthorizationRule request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) GetMessagingPlan ¶
func (client NamespacesClient) GetMessagingPlan(ctx context.Context, resourceGroupName string, namespaceName string) (result MessagingPlan, err error)
GetMessagingPlan gets messaging plan for specified namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name
func (NamespacesClient) GetMessagingPlanPreparer ¶
func (client NamespacesClient) GetMessagingPlanPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
GetMessagingPlanPreparer prepares the GetMessagingPlan request.
func (NamespacesClient) GetMessagingPlanResponder ¶
func (client NamespacesClient) GetMessagingPlanResponder(resp *http.Response) (result MessagingPlan, err error)
GetMessagingPlanResponder handles the response to the GetMessagingPlan request. The method always closes the http.Response Body.
func (NamespacesClient) GetMessagingPlanSender ¶
GetMessagingPlanSender sends the GetMessagingPlan request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) GetNetworkRuleSet ¶
func (client NamespacesClient) GetNetworkRuleSet(ctx context.Context, resourceGroupName string, namespaceName string) (result NetworkRuleSet, err error)
GetNetworkRuleSet gets NetworkRuleSet for a Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name
func (NamespacesClient) GetNetworkRuleSetPreparer ¶
func (client NamespacesClient) GetNetworkRuleSetPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
GetNetworkRuleSetPreparer prepares the GetNetworkRuleSet request.
func (NamespacesClient) GetNetworkRuleSetResponder ¶
func (client NamespacesClient) GetNetworkRuleSetResponder(resp *http.Response) (result NetworkRuleSet, err error)
GetNetworkRuleSetResponder handles the response to the GetNetworkRuleSet request. The method always closes the http.Response Body.
func (NamespacesClient) GetNetworkRuleSetSender ¶
GetNetworkRuleSetSender sends the GetNetworkRuleSet request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) GetPreparer ¶
func (client NamespacesClient) GetPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (NamespacesClient) GetResponder ¶
func (client NamespacesClient) GetResponder(resp *http.Response) (result EHNamespace, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (NamespacesClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) List ¶
func (client NamespacesClient) List(ctx context.Context) (result EHNamespaceListResultPage, err error)
List lists all the available Namespaces within a subscription, irrespective of the resource groups.
func (NamespacesClient) ListAuthorizationRules ¶
func (client NamespacesClient) ListAuthorizationRules(ctx context.Context, resourceGroupName string, namespaceName string) (result AuthorizationRuleListResultPage, err error)
ListAuthorizationRules gets a list of authorization rules for a Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name
func (NamespacesClient) ListAuthorizationRulesComplete ¶
func (client NamespacesClient) ListAuthorizationRulesComplete(ctx context.Context, resourceGroupName string, namespaceName string) (result AuthorizationRuleListResultIterator, err error)
ListAuthorizationRulesComplete enumerates all values, automatically crossing page boundaries as required.
func (NamespacesClient) ListAuthorizationRulesPreparer ¶
func (client NamespacesClient) ListAuthorizationRulesPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
ListAuthorizationRulesPreparer prepares the ListAuthorizationRules request.
func (NamespacesClient) ListAuthorizationRulesResponder ¶
func (client NamespacesClient) ListAuthorizationRulesResponder(resp *http.Response) (result AuthorizationRuleListResult, err error)
ListAuthorizationRulesResponder handles the response to the ListAuthorizationRules request. The method always closes the http.Response Body.
func (NamespacesClient) ListAuthorizationRulesSender ¶
func (client NamespacesClient) ListAuthorizationRulesSender(req *http.Request) (*http.Response, error)
ListAuthorizationRulesSender sends the ListAuthorizationRules request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) ListByResourceGroup ¶
func (client NamespacesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result EHNamespaceListResultPage, err error)
ListByResourceGroup lists the available Namespaces within a resource group. Parameters: resourceGroupName - name of the resource group within the azure subscription.
func (NamespacesClient) ListByResourceGroupComplete ¶
func (client NamespacesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result EHNamespaceListResultIterator, err error)
ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.
func (NamespacesClient) ListByResourceGroupPreparer ¶
func (client NamespacesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
ListByResourceGroupPreparer prepares the ListByResourceGroup request.
func (NamespacesClient) ListByResourceGroupResponder ¶
func (client NamespacesClient) ListByResourceGroupResponder(resp *http.Response) (result EHNamespaceListResult, err error)
ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.
func (NamespacesClient) ListByResourceGroupSender ¶
ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) ListComplete ¶
func (client NamespacesClient) ListComplete(ctx context.Context) (result EHNamespaceListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (NamespacesClient) ListKeys ¶
func (client NamespacesClient) ListKeys(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (result AccessKeys, err error)
ListKeys gets the primary and secondary connection strings for the Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name authorizationRuleName - the authorization rule name.
func (NamespacesClient) ListKeysPreparer ¶
func (client NamespacesClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string) (*http.Request, error)
ListKeysPreparer prepares the ListKeys request.
func (NamespacesClient) ListKeysResponder ¶
func (client NamespacesClient) ListKeysResponder(resp *http.Response) (result AccessKeys, err error)
ListKeysResponder handles the response to the ListKeys request. The method always closes the http.Response Body.
func (NamespacesClient) ListKeysSender ¶
ListKeysSender sends the ListKeys request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) ListNetworkRuleSets ¶
func (client NamespacesClient) ListNetworkRuleSets(ctx context.Context, resourceGroupName string, namespaceName string) (result NetworkRuleSetListResultPage, err error)
ListNetworkRuleSets gets list of NetworkRuleSet for a Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name
func (NamespacesClient) ListNetworkRuleSetsComplete ¶
func (client NamespacesClient) ListNetworkRuleSetsComplete(ctx context.Context, resourceGroupName string, namespaceName string) (result NetworkRuleSetListResultIterator, err error)
ListNetworkRuleSetsComplete enumerates all values, automatically crossing page boundaries as required.
func (NamespacesClient) ListNetworkRuleSetsPreparer ¶
func (client NamespacesClient) ListNetworkRuleSetsPreparer(ctx context.Context, resourceGroupName string, namespaceName string) (*http.Request, error)
ListNetworkRuleSetsPreparer prepares the ListNetworkRuleSets request.
func (NamespacesClient) ListNetworkRuleSetsResponder ¶
func (client NamespacesClient) ListNetworkRuleSetsResponder(resp *http.Response) (result NetworkRuleSetListResult, err error)
ListNetworkRuleSetsResponder handles the response to the ListNetworkRuleSets request. The method always closes the http.Response Body.
func (NamespacesClient) ListNetworkRuleSetsSender ¶
ListNetworkRuleSetsSender sends the ListNetworkRuleSets request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) ListPreparer ¶
ListPreparer prepares the List request.
func (NamespacesClient) ListResponder ¶
func (client NamespacesClient) ListResponder(resp *http.Response) (result EHNamespaceListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (NamespacesClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) RegenerateKeys ¶
func (client NamespacesClient) RegenerateKeys(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string, parameters RegenerateAccessKeyParameters) (result AccessKeys, err error)
RegenerateKeys regenerates the primary or secondary connection strings for the specified Namespace. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name authorizationRuleName - the authorization rule name. parameters - parameters required to regenerate the connection string.
func (NamespacesClient) RegenerateKeysPreparer ¶
func (client NamespacesClient) RegenerateKeysPreparer(ctx context.Context, resourceGroupName string, namespaceName string, authorizationRuleName string, parameters RegenerateAccessKeyParameters) (*http.Request, error)
RegenerateKeysPreparer prepares the RegenerateKeys request.
func (NamespacesClient) RegenerateKeysResponder ¶
func (client NamespacesClient) RegenerateKeysResponder(resp *http.Response) (result AccessKeys, err error)
RegenerateKeysResponder handles the response to the RegenerateKeys request. The method always closes the http.Response Body.
func (NamespacesClient) RegenerateKeysSender ¶
RegenerateKeysSender sends the RegenerateKeys request. The method will close the http.Response Body if it receives an error.
func (NamespacesClient) Update ¶
func (client NamespacesClient) Update(ctx context.Context, resourceGroupName string, namespaceName string, parameters EHNamespace) (result EHNamespace, err error)
Update creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. Parameters: resourceGroupName - name of the resource group within the azure subscription. namespaceName - the Namespace name parameters - parameters for updating a namespace resource.
func (NamespacesClient) UpdatePreparer ¶
func (client NamespacesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, namespaceName string, parameters EHNamespace) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (NamespacesClient) UpdateResponder ¶
func (client NamespacesClient) UpdateResponder(resp *http.Response) (result EHNamespace, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (NamespacesClient) UpdateSender ¶
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type NamespacesCreateOrUpdateFuture ¶
type NamespacesCreateOrUpdateFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(NamespacesClient) (EHNamespace, error) }
NamespacesCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*NamespacesCreateOrUpdateFuture) UnmarshalJSON ¶
func (future *NamespacesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type NamespacesDeleteFuture ¶
type NamespacesDeleteFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(NamespacesClient) (autorest.Response, error) }
NamespacesDeleteFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*NamespacesDeleteFuture) UnmarshalJSON ¶
func (future *NamespacesDeleteFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type NetworkRuleIPAction ¶
type NetworkRuleIPAction string
NetworkRuleIPAction enumerates the values for network rule ip action.
const ( // NetworkRuleIPActionAllow ... NetworkRuleIPActionAllow NetworkRuleIPAction = "Allow" )
func PossibleNetworkRuleIPActionValues ¶
func PossibleNetworkRuleIPActionValues() []NetworkRuleIPAction
PossibleNetworkRuleIPActionValues returns an array of possible values for the NetworkRuleIPAction const type.
type NetworkRuleSet ¶
type NetworkRuleSet struct { autorest.Response `json:"-"` // NetworkRuleSetProperties - NetworkRuleSet properties *NetworkRuleSetProperties `json:"properties,omitempty"` // ID - READ-ONLY; Resource ID. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Resource name. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type. Type *string `json:"type,omitempty"` }
NetworkRuleSet description of NetworkRuleSet resource.
func (NetworkRuleSet) MarshalJSON ¶
func (nrs NetworkRuleSet) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for NetworkRuleSet.
func (*NetworkRuleSet) UnmarshalJSON ¶
func (nrs *NetworkRuleSet) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for NetworkRuleSet struct.
type NetworkRuleSetListResult ¶
type NetworkRuleSetListResult struct { autorest.Response `json:"-"` // Value - Result of the List NetworkRuleSet operation. Value *[]NetworkRuleSet `json:"value,omitempty"` // NextLink - Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet. NextLink *string `json:"nextLink,omitempty"` }
NetworkRuleSetListResult the response of the List NetworkRuleSet operation
func (NetworkRuleSetListResult) IsEmpty ¶
func (nrslr NetworkRuleSetListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type NetworkRuleSetListResultIterator ¶
type NetworkRuleSetListResultIterator struct {
// contains filtered or unexported fields
}
NetworkRuleSetListResultIterator provides access to a complete listing of NetworkRuleSet values.
func NewNetworkRuleSetListResultIterator ¶
func NewNetworkRuleSetListResultIterator(page NetworkRuleSetListResultPage) NetworkRuleSetListResultIterator
Creates a new instance of the NetworkRuleSetListResultIterator type.
func (*NetworkRuleSetListResultIterator) Next ¶
func (iter *NetworkRuleSetListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*NetworkRuleSetListResultIterator) NextWithContext ¶
func (iter *NetworkRuleSetListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (NetworkRuleSetListResultIterator) NotDone ¶
func (iter NetworkRuleSetListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (NetworkRuleSetListResultIterator) Response ¶
func (iter NetworkRuleSetListResultIterator) Response() NetworkRuleSetListResult
Response returns the raw server response from the last page request.
func (NetworkRuleSetListResultIterator) Value ¶
func (iter NetworkRuleSetListResultIterator) Value() NetworkRuleSet
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type NetworkRuleSetListResultPage ¶
type NetworkRuleSetListResultPage struct {
// contains filtered or unexported fields
}
NetworkRuleSetListResultPage contains a page of NetworkRuleSet values.
func NewNetworkRuleSetListResultPage ¶
func NewNetworkRuleSetListResultPage(cur NetworkRuleSetListResult, getNextPage func(context.Context, NetworkRuleSetListResult) (NetworkRuleSetListResult, error)) NetworkRuleSetListResultPage
Creates a new instance of the NetworkRuleSetListResultPage type.
func (*NetworkRuleSetListResultPage) Next ¶
func (page *NetworkRuleSetListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*NetworkRuleSetListResultPage) NextWithContext ¶
func (page *NetworkRuleSetListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (NetworkRuleSetListResultPage) NotDone ¶
func (page NetworkRuleSetListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (NetworkRuleSetListResultPage) Response ¶
func (page NetworkRuleSetListResultPage) Response() NetworkRuleSetListResult
Response returns the raw server response from the last page request.
func (NetworkRuleSetListResultPage) Values ¶
func (page NetworkRuleSetListResultPage) Values() []NetworkRuleSet
Values returns the slice of values for the current page or nil if there are no values.
type NetworkRuleSetProperties ¶
type NetworkRuleSetProperties struct { // DefaultAction - Default Action for Network Rule Set. Possible values include: 'Allow', 'Deny' DefaultAction DefaultAction `json:"defaultAction,omitempty"` // VirtualNetworkRules - List VirtualNetwork Rules VirtualNetworkRules *[]NWRuleSetVirtualNetworkRules `json:"virtualNetworkRules,omitempty"` // IPRules - List of IpRules IPRules *[]NWRuleSetIPRules `json:"ipRules,omitempty"` }
NetworkRuleSetProperties networkRuleSet properties
type Operation ¶
type Operation struct { // Name - READ-ONLY; Operation name: {provider}/{resource}/{operation} Name *string `json:"name,omitempty"` // Display - The object that represents the operation. Display *OperationDisplay `json:"display,omitempty"` }
Operation a Event Hub REST API operation
func (Operation) MarshalJSON ¶
MarshalJSON is the custom marshaler for Operation.
type OperationDisplay ¶
type OperationDisplay struct { // Provider - READ-ONLY; Service provider: Microsoft.EventHub Provider *string `json:"provider,omitempty"` // Resource - READ-ONLY; Resource on which the operation is performed: Invoice, etc. Resource *string `json:"resource,omitempty"` // Operation - READ-ONLY; Operation type: Read, write, delete, etc. Operation *string `json:"operation,omitempty"` }
OperationDisplay the object that represents the operation.
func (OperationDisplay) MarshalJSON ¶
func (o OperationDisplay) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for OperationDisplay.
type OperationListResult ¶
type OperationListResult struct { autorest.Response `json:"-"` // Value - READ-ONLY; List of Event Hub operations supported by the Microsoft.EventHub resource provider. Value *[]Operation `json:"value,omitempty"` // NextLink - READ-ONLY; URL to get the next set of operation list results if there are any. NextLink *string `json:"nextLink,omitempty"` }
OperationListResult 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.
func (OperationListResult) IsEmpty ¶
func (olr OperationListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (OperationListResult) MarshalJSON ¶
func (olr OperationListResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for OperationListResult.
type OperationListResultIterator ¶
type OperationListResultIterator struct {
// contains filtered or unexported fields
}
OperationListResultIterator provides access to a complete listing of Operation values.
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
Creates a new instance of the OperationListResultIterator type.
func (*OperationListResultIterator) Next ¶
func (iter *OperationListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*OperationListResultIterator) NextWithContext ¶
func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (OperationListResultIterator) NotDone ¶
func (iter OperationListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (OperationListResultIterator) Response ¶
func (iter OperationListResultIterator) Response() OperationListResult
Response returns the raw server response from the last page request.
func (OperationListResultIterator) Value ¶
func (iter OperationListResultIterator) Value() Operation
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type OperationListResultPage ¶
type OperationListResultPage struct {
// contains filtered or unexported fields
}
OperationListResultPage contains a page of Operation values.
func NewOperationListResultPage ¶
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
Creates a new instance of the OperationListResultPage type.
func (*OperationListResultPage) Next ¶
func (page *OperationListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*OperationListResultPage) NextWithContext ¶
func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (OperationListResultPage) NotDone ¶
func (page OperationListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (OperationListResultPage) Response ¶
func (page OperationListResultPage) Response() OperationListResult
Response returns the raw server response from the last page request.
func (OperationListResultPage) Values ¶
func (page OperationListResultPage) Values() []Operation
Values returns the slice of values for the current page or nil if there are no values.
type OperationsClient ¶
type OperationsClient struct {
BaseClient
}
OperationsClient is the azure Event Hubs client
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
NewOperationsClient creates an instance of the OperationsClient client.
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
NewOperationsClientWithBaseURI creates an instance of the OperationsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (OperationsClient) List ¶
func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)
List lists all of the available Event Hub REST API operations.
func (OperationsClient) ListComplete ¶
func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (OperationsClient) ListPreparer ¶
ListPreparer prepares the List request.
func (OperationsClient) ListResponder ¶
func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (OperationsClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type Properties ¶
type Properties struct { // PartitionIds - READ-ONLY; Current number of shards on the Event Hub. PartitionIds *[]string `json:"partitionIds,omitempty"` // CreatedAt - READ-ONLY; Exact time the Event Hub was created. CreatedAt *date.Time `json:"createdAt,omitempty"` // UpdatedAt - READ-ONLY; The exact time the message was updated. UpdatedAt *date.Time `json:"updatedAt,omitempty"` // MessageRetentionInDays - Number of days to retain the events for this Event Hub, value should be 1 to 7 days MessageRetentionInDays *int64 `json:"messageRetentionInDays,omitempty"` // PartitionCount - Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions. PartitionCount *int64 `json:"partitionCount,omitempty"` // Status - Enumerates the possible values for the status of the Event Hub. Possible values include: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown' Status EntityStatus `json:"status,omitempty"` // CaptureDescription - Properties of capture description CaptureDescription *CaptureDescription `json:"captureDescription,omitempty"` }
Properties properties supplied to the Create Or Update Event Hub operation.
func (Properties) MarshalJSON ¶
func (p Properties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Properties.
type ProvisioningStateDR ¶
type ProvisioningStateDR string
ProvisioningStateDR enumerates the values for provisioning state dr.
const ( // Accepted ... Accepted ProvisioningStateDR = "Accepted" // Failed ... Failed ProvisioningStateDR = "Failed" // Succeeded ... Succeeded ProvisioningStateDR = "Succeeded" )
func PossibleProvisioningStateDRValues ¶
func PossibleProvisioningStateDRValues() []ProvisioningStateDR
PossibleProvisioningStateDRValues returns an array of possible values for the ProvisioningStateDR const type.
type RegenerateAccessKeyParameters ¶
type RegenerateAccessKeyParameters struct { // KeyType - The access key to regenerate. Possible values include: 'PrimaryKey', 'SecondaryKey' KeyType KeyType `json:"keyType,omitempty"` // Key - Optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType Key *string `json:"key,omitempty"` }
RegenerateAccessKeyParameters parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset.
type RegionsClient ¶
type RegionsClient struct {
BaseClient
}
RegionsClient is the azure Event Hubs client
func NewRegionsClient ¶
func NewRegionsClient(subscriptionID string) RegionsClient
NewRegionsClient creates an instance of the RegionsClient client.
func NewRegionsClientWithBaseURI ¶
func NewRegionsClientWithBaseURI(baseURI string, subscriptionID string) RegionsClient
NewRegionsClientWithBaseURI creates an instance of the RegionsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (RegionsClient) ListBySku ¶
func (client RegionsClient) ListBySku(ctx context.Context, sku string) (result MessagingRegionsListResultPage, err error)
ListBySku gets the available Regions for a given sku Parameters: sku - the sku type.
func (RegionsClient) ListBySkuComplete ¶
func (client RegionsClient) ListBySkuComplete(ctx context.Context, sku string) (result MessagingRegionsListResultIterator, err error)
ListBySkuComplete enumerates all values, automatically crossing page boundaries as required.
func (RegionsClient) ListBySkuPreparer ¶
func (client RegionsClient) ListBySkuPreparer(ctx context.Context, sku string) (*http.Request, error)
ListBySkuPreparer prepares the ListBySku request.
func (RegionsClient) ListBySkuResponder ¶
func (client RegionsClient) ListBySkuResponder(resp *http.Response) (result MessagingRegionsListResult, err error)
ListBySkuResponder handles the response to the ListBySku request. The method always closes the http.Response Body.
func (RegionsClient) ListBySkuSender ¶
ListBySkuSender sends the ListBySku request. The method will close the http.Response Body if it receives an error.
type Resource ¶
type Resource struct { // ID - READ-ONLY; Resource ID. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Resource name. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type. Type *string `json:"type,omitempty"` }
Resource the resource definition.
func (Resource) MarshalJSON ¶
MarshalJSON is the custom marshaler for Resource.
type RoleDisasterRecovery ¶
type RoleDisasterRecovery string
RoleDisasterRecovery enumerates the values for role disaster recovery.
const ( // Primary ... Primary RoleDisasterRecovery = "Primary" // PrimaryNotReplicating ... PrimaryNotReplicating RoleDisasterRecovery = "PrimaryNotReplicating" // Secondary ... Secondary RoleDisasterRecovery = "Secondary" )
func PossibleRoleDisasterRecoveryValues ¶
func PossibleRoleDisasterRecoveryValues() []RoleDisasterRecovery
PossibleRoleDisasterRecoveryValues returns an array of possible values for the RoleDisasterRecovery const type.
type Sku ¶
type Sku struct { // Name - Name of this SKU. Possible values include: 'Basic', 'Standard' Name SkuName `json:"name,omitempty"` // Tier - The billing tier of this particular SKU. Possible values include: 'SkuTierBasic', 'SkuTierStandard' Tier SkuTier `json:"tier,omitempty"` // Capacity - The Event Hubs throughput units, value should be 0 to 20 throughput units. Capacity *int32 `json:"capacity,omitempty"` }
Sku SKU parameters supplied to the create namespace operation
type SkuName ¶
type SkuName string
SkuName enumerates the values for sku name.
func PossibleSkuNameValues ¶
func PossibleSkuNameValues() []SkuName
PossibleSkuNameValues returns an array of possible values for the SkuName const type.
type SkuTier ¶
type SkuTier string
SkuTier enumerates the values for sku tier.
func PossibleSkuTierValues ¶
func PossibleSkuTierValues() []SkuTier
PossibleSkuTierValues returns an array of possible values for the SkuTier const type.
type Subnet ¶
type Subnet struct { // ID - Resource ID of Virtual Network Subnet ID *string `json:"id,omitempty"` }
Subnet properties supplied for Subnet
type TrackedResource ¶
type TrackedResource struct { // Location - Resource location. Location *string `json:"location,omitempty"` // Tags - Resource tags. Tags map[string]*string `json:"tags"` // ID - READ-ONLY; Resource ID. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Resource name. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type. Type *string `json:"type,omitempty"` }
TrackedResource definition of resource.
func (TrackedResource) MarshalJSON ¶
func (tr TrackedResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for TrackedResource.
type UnavailableReason ¶
type UnavailableReason string
UnavailableReason enumerates the values for unavailable reason.
const ( // InvalidName ... InvalidName UnavailableReason = "InvalidName" // NameInLockdown ... NameInLockdown UnavailableReason = "NameInLockdown" // NameInUse ... NameInUse UnavailableReason = "NameInUse" // None ... None UnavailableReason = "None" // SubscriptionIsDisabled ... SubscriptionIsDisabled UnavailableReason = "SubscriptionIsDisabled" // TooManyNamespaceInCurrentSubscription ... TooManyNamespaceInCurrentSubscription UnavailableReason = "TooManyNamespaceInCurrentSubscription" )
func PossibleUnavailableReasonValues ¶
func PossibleUnavailableReasonValues() []UnavailableReason
PossibleUnavailableReasonValues returns an array of possible values for the UnavailableReason const type.