Package notificationhubs
- Constants
- func UserAgent() string
- func Version() string
- type AccessRights
- func PossibleAccessRightsValues() []AccessRights
- type AdmCredential
- type AdmCredentialProperties
- type ApnsCredential
- type ApnsCredentialProperties
- type BaiduCredential
- type BaiduCredentialProperties
- type BaseClient
- func New(subscriptionID string) BaseClient
- func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
- type CheckAvailabilityParameters
- type CheckAvailabilityResult
- type Client
- func NewClient(subscriptionID string) Client
- func NewClientWithBaseURI(baseURI string, subscriptionID string) Client
- type CreateOrUpdateParameters
- type DebugSendResponse
- type DebugSendResult
- type ErrorResponse
- type GcmCredential
- type GcmCredentialProperties
- type ListResult
- type ListResultIterator
- func NewListResultIterator(page ListResultPage) ListResultIterator
- type ListResultPage
- func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage
- type MpnsCredential
- type MpnsCredentialProperties
- type NamespaceCreateOrUpdateParameters
- type NamespaceListResult
- type NamespaceListResultIterator
- func NewNamespaceListResultIterator(page NamespaceListResultPage) NamespaceListResultIterator
- type NamespaceListResultPage
- func NewNamespaceListResultPage(cur NamespaceListResult, getNextPage func(context.Context, NamespaceListResult) (NamespaceListResult, error)) NamespaceListResultPage
- type NamespacePatchParameters
- type NamespaceProperties
- type NamespaceResource
- type NamespaceType
- func PossibleNamespaceTypeValues() []NamespaceType
- type NamespacesClient
- func NewNamespacesClient(subscriptionID string) NamespacesClient
- func NewNamespacesClientWithBaseURI(baseURI string, subscriptionID string) NamespacesClient
- type NamespacesDeleteFuture
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
- type OperationListResultPage
- func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
- type OperationsClient
- func NewOperationsClient(subscriptionID string) OperationsClient
- func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
- type PatchParameters
- type PnsCredentialsProperties
- type PnsCredentialsResource
- type PolicykeyResource
- type Properties
- type Resource
- type ResourceListKeys
- type ResourceType
- type SharedAccessAuthorizationRuleCreateOrUpdateParameters
- type SharedAccessAuthorizationRuleListResult
- type SharedAccessAuthorizationRuleListResultIterator
- func NewSharedAccessAuthorizationRuleListResultIterator(page SharedAccessAuthorizationRuleListResultPage) SharedAccessAuthorizationRuleListResultIterator
- type SharedAccessAuthorizationRuleListResultPage
- func NewSharedAccessAuthorizationRuleListResultPage(cur SharedAccessAuthorizationRuleListResult, getNextPage func(context.Context, SharedAccessAuthorizationRuleListResult) (SharedAccessAuthorizationRuleListResult, error)) SharedAccessAuthorizationRuleListResultPage
- type SharedAccessAuthorizationRuleProperties
- type SharedAccessAuthorizationRuleResource
- type Sku
- type SkuName
- func PossibleSkuNameValues() []SkuName
- type SubResource
- type WnsCredential
- type WnsCredentialProperties
Package files
models.go
Constants
const (
DefaultBaseURI = original.DefaultBaseURI
)
func UserAgent() string
func Version() string
type AccessRights = original.AccessRights
const (
AccessRightsListen AccessRights = original.AccessRightsListen
AccessRightsManage AccessRights = original.AccessRightsManage
AccessRightsSend AccessRights = original.AccessRightsSend
)
func PossibleAccessRightsValues() []AccessRights
type AdmCredential = original.AdmCredential
type AdmCredentialProperties = original.AdmCredentialProperties
type ApnsCredential = original.ApnsCredential
type ApnsCredentialProperties = original.ApnsCredentialProperties
type BaiduCredential = original.BaiduCredential
type BaiduCredentialProperties = original.BaiduCredentialProperties
type BaseClient = original.BaseClient
func New(subscriptionID string) BaseClient
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CheckAvailabilityParameters = original.CheckAvailabilityParameters
type CheckAvailabilityResult = original.CheckAvailabilityResult
type Client = original.Client
func NewClient(subscriptionID string) Client
func NewClientWithBaseURI(baseURI string, subscriptionID string) Client
type CreateOrUpdateParameters = original.CreateOrUpdateParameters
type DebugSendResponse = original.DebugSendResponse
type DebugSendResult = original.DebugSendResult
type ErrorResponse = original.ErrorResponse
type GcmCredential = original.GcmCredential
type GcmCredentialProperties = original.GcmCredentialProperties
type ListResult = original.ListResult
type ListResultIterator = original.ListResultIterator
func NewListResultIterator(page ListResultPage) ListResultIterator
type ListResultPage = original.ListResultPage
func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage
type MpnsCredential = original.MpnsCredential
type MpnsCredentialProperties = original.MpnsCredentialProperties
type NamespaceCreateOrUpdateParameters = original.NamespaceCreateOrUpdateParameters
type NamespaceListResult = original.NamespaceListResult
type NamespaceListResultIterator = original.NamespaceListResultIterator
func NewNamespaceListResultIterator(page NamespaceListResultPage) NamespaceListResultIterator
type NamespaceListResultPage = original.NamespaceListResultPage
func NewNamespaceListResultPage(cur NamespaceListResult, getNextPage func(context.Context, NamespaceListResult) (NamespaceListResult, error)) NamespaceListResultPage
type NamespacePatchParameters = original.NamespacePatchParameters
type NamespaceProperties = original.NamespaceProperties
type NamespaceResource = original.NamespaceResource
type NamespaceType = original.NamespaceType
const (
NamespaceTypeMessaging NamespaceType = original.NamespaceTypeMessaging
NamespaceTypeNotificationHub NamespaceType = original.NamespaceTypeNotificationHub
)
func PossibleNamespaceTypeValues() []NamespaceType
type NamespacesClient = original.NamespacesClient
func NewNamespacesClient(subscriptionID string) NamespacesClient
func NewNamespacesClientWithBaseURI(baseURI string, subscriptionID string) NamespacesClient
type NamespacesDeleteFuture = original.NamespacesDeleteFuture
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient = original.OperationsClient
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type PatchParameters = original.PatchParameters
type PnsCredentialsProperties = original.PnsCredentialsProperties
type PnsCredentialsResource = original.PnsCredentialsResource
type PolicykeyResource = original.PolicykeyResource
type Properties = original.Properties
type Resource = original.Resource
type ResourceListKeys = original.ResourceListKeys
type ResourceType = original.ResourceType
type SharedAccessAuthorizationRuleCreateOrUpdateParameters = original.SharedAccessAuthorizationRuleCreateOrUpdateParameters
type SharedAccessAuthorizationRuleListResult = original.SharedAccessAuthorizationRuleListResult
type SharedAccessAuthorizationRuleListResultIterator = original.SharedAccessAuthorizationRuleListResultIterator
func NewSharedAccessAuthorizationRuleListResultIterator(page SharedAccessAuthorizationRuleListResultPage) SharedAccessAuthorizationRuleListResultIterator
type SharedAccessAuthorizationRuleListResultPage = original.SharedAccessAuthorizationRuleListResultPage
func NewSharedAccessAuthorizationRuleListResultPage(cur SharedAccessAuthorizationRuleListResult, getNextPage func(context.Context, SharedAccessAuthorizationRuleListResult) (SharedAccessAuthorizationRuleListResult, error)) SharedAccessAuthorizationRuleListResultPage
type SharedAccessAuthorizationRuleProperties = original.SharedAccessAuthorizationRuleProperties
type SharedAccessAuthorizationRuleResource = original.SharedAccessAuthorizationRuleResource
type Sku = original.Sku
type SkuName = original.SkuName
const (
SkuNameBasic SkuName = original.SkuNameBasic
SkuNameFree SkuName = original.SkuNameFree
SkuNameStandard SkuName = original.SkuNameStandard
)
func PossibleSkuNameValues() []SkuName
type SubResource = original.SubResource
type WnsCredential = original.WnsCredential
type WnsCredentialProperties = original.WnsCredentialProperties
Subdirectories