Documentation ¶
Index ¶
- func PossibleValuesForAccessRights() []string
- func PossibleValuesForSkuName() []string
- func ValidateNamespaceID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateNotificationHubAuthorizationRuleID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateNotificationHubID(input interface{}, key string) (warnings []string, errors []error)
- type AccessRights
- type AdmCredential
- type AdmCredentialProperties
- type ApnsCredential
- type ApnsCredentialProperties
- type BaiduCredential
- type BaiduCredentialProperties
- type CheckAvailabilityParameters
- type CheckAvailabilityResult
- type CheckNotificationHubAvailabilityOperationResponse
- type CreateOrUpdateAuthorizationRuleOperationResponse
- type CreateOrUpdateOperationResponse
- type DebugSendOperationResponse
- type DebugSendResponse
- type DebugSendResult
- type DeleteAuthorizationRuleOperationResponse
- type DeleteOperationResponse
- type GcmCredential
- type GcmCredentialProperties
- type GetAuthorizationRuleOperationResponse
- type GetOperationResponse
- type GetPnsCredentialsOperationResponse
- type ListAuthorizationRulesCompleteResult
- type ListAuthorizationRulesOperationResponse
- type ListCompleteResult
- type ListKeysOperationResponse
- type ListOperationResponse
- type MpnsCredential
- type MpnsCredentialProperties
- type NamespaceId
- type NotificationHubAuthorizationRuleId
- func NewNotificationHubAuthorizationRuleID(subscriptionId string, resourceGroupName string, namespaceName string, ...) NotificationHubAuthorizationRuleId
- func ParseNotificationHubAuthorizationRuleID(input string) (*NotificationHubAuthorizationRuleId, error)
- func ParseNotificationHubAuthorizationRuleIDInsensitively(input string) (*NotificationHubAuthorizationRuleId, error)
- type NotificationHubCreateOrUpdateParameters
- type NotificationHubId
- type NotificationHubPatchParameters
- type NotificationHubProperties
- type NotificationHubResource
- type NotificationHubResourceOperationPredicate
- type NotificationHubsClient
- func (c NotificationHubsClient) CheckNotificationHubAvailability(ctx context.Context, id NamespaceId, input CheckAvailabilityParameters) (result CheckNotificationHubAvailabilityOperationResponse, err error)
- func (c NotificationHubsClient) CreateOrUpdate(ctx context.Context, id NotificationHubId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c NotificationHubsClient) CreateOrUpdateAuthorizationRule(ctx context.Context, id NotificationHubAuthorizationRuleId, ...) (result CreateOrUpdateAuthorizationRuleOperationResponse, err error)
- func (c NotificationHubsClient) DebugSend(ctx context.Context, id NotificationHubId, input interface{}) (result DebugSendOperationResponse, err error)
- func (c NotificationHubsClient) Delete(ctx context.Context, id NotificationHubId) (result DeleteOperationResponse, err error)
- func (c NotificationHubsClient) DeleteAuthorizationRule(ctx context.Context, id NotificationHubAuthorizationRuleId) (result DeleteAuthorizationRuleOperationResponse, err error)
- func (c NotificationHubsClient) Get(ctx context.Context, id NotificationHubId) (result GetOperationResponse, err error)
- func (c NotificationHubsClient) GetAuthorizationRule(ctx context.Context, id NotificationHubAuthorizationRuleId) (result GetAuthorizationRuleOperationResponse, err error)
- func (c NotificationHubsClient) GetPnsCredentials(ctx context.Context, id NotificationHubId) (result GetPnsCredentialsOperationResponse, err error)
- func (c NotificationHubsClient) List(ctx context.Context, id NamespaceId) (resp ListOperationResponse, err error)
- func (c NotificationHubsClient) ListAuthorizationRules(ctx context.Context, id NotificationHubId) (resp ListAuthorizationRulesOperationResponse, err error)
- func (c NotificationHubsClient) ListAuthorizationRulesComplete(ctx context.Context, id NotificationHubId) (ListAuthorizationRulesCompleteResult, error)
- func (c NotificationHubsClient) ListAuthorizationRulesCompleteMatchingPredicate(ctx context.Context, id NotificationHubId, ...) (resp ListAuthorizationRulesCompleteResult, err error)
- func (c NotificationHubsClient) ListComplete(ctx context.Context, id NamespaceId) (ListCompleteResult, error)
- func (c NotificationHubsClient) ListCompleteMatchingPredicate(ctx context.Context, id NamespaceId, ...) (resp ListCompleteResult, err error)
- func (c NotificationHubsClient) ListKeys(ctx context.Context, id NotificationHubAuthorizationRuleId) (result ListKeysOperationResponse, err error)
- func (c NotificationHubsClient) Patch(ctx context.Context, id NotificationHubId, ...) (result PatchOperationResponse, err error)
- func (c NotificationHubsClient) RegenerateKeys(ctx context.Context, id NotificationHubAuthorizationRuleId, ...) (result RegenerateKeysOperationResponse, err error)
- type PatchOperationResponse
- type PnsCredentialsProperties
- type PnsCredentialsResource
- type PolicykeyResource
- type RegenerateKeysOperationResponse
- type ResourceListKeys
- type SharedAccessAuthorizationRuleCreateOrUpdateParameters
- type SharedAccessAuthorizationRuleProperties
- type SharedAccessAuthorizationRuleResource
- type SharedAccessAuthorizationRuleResourceOperationPredicate
- type Sku
- type SkuName
- type WnsCredential
- type WnsCredentialProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAccessRights ¶
func PossibleValuesForAccessRights() []string
func PossibleValuesForSkuName ¶
func PossibleValuesForSkuName() []string
func ValidateNamespaceID ¶
ValidateNamespaceID checks that 'input' can be parsed as a Namespace ID
func ValidateNotificationHubAuthorizationRuleID ¶
func ValidateNotificationHubAuthorizationRuleID(input interface{}, key string) (warnings []string, errors []error)
ValidateNotificationHubAuthorizationRuleID checks that 'input' can be parsed as a Notification Hub Authorization Rule ID
func ValidateNotificationHubID ¶
ValidateNotificationHubID checks that 'input' can be parsed as a Notification Hub ID
Types ¶
type AccessRights ¶
type AccessRights string
const ( AccessRightsListen AccessRights = "Listen" AccessRightsManage AccessRights = "Manage" AccessRightsSend AccessRights = "Send" )
type AdmCredential ¶
type AdmCredential struct {
Properties *AdmCredentialProperties `json:"properties,omitempty"`
}
type AdmCredentialProperties ¶
type ApnsCredential ¶
type ApnsCredential struct {
Properties *ApnsCredentialProperties `json:"properties,omitempty"`
}
type ApnsCredentialProperties ¶
type ApnsCredentialProperties struct { ApnsCertificate *string `json:"apnsCertificate,omitempty"` AppId *string `json:"appId,omitempty"` AppName *string `json:"appName,omitempty"` CertificateKey *string `json:"certificateKey,omitempty"` Endpoint *string `json:"endpoint,omitempty"` KeyId *string `json:"keyId,omitempty"` Thumbprint *string `json:"thumbprint,omitempty"` Token *string `json:"token,omitempty"` }
type BaiduCredential ¶
type BaiduCredential struct {
Properties *BaiduCredentialProperties `json:"properties,omitempty"`
}
type CheckAvailabilityParameters ¶
type CheckAvailabilityParameters struct { Id *string `json:"id,omitempty"` IsAvailiable *bool `json:"isAvailiable,omitempty"` Location *string `json:"location,omitempty"` Name string `json:"name"` Sku *Sku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type CheckAvailabilityResult ¶
type CheckAvailabilityResult struct { Id *string `json:"id,omitempty"` IsAvailiable *bool `json:"isAvailiable,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Sku *Sku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type CheckNotificationHubAvailabilityOperationResponse ¶
type CheckNotificationHubAvailabilityOperationResponse struct { HttpResponse *http.Response Model *CheckAvailabilityResult }
type CreateOrUpdateAuthorizationRuleOperationResponse ¶
type CreateOrUpdateAuthorizationRuleOperationResponse struct { HttpResponse *http.Response Model *SharedAccessAuthorizationRuleResource }
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response Model *NotificationHubResource }
type DebugSendOperationResponse ¶
type DebugSendOperationResponse struct { HttpResponse *http.Response Model *DebugSendResponse }
type DebugSendResponse ¶
type DebugSendResponse struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *DebugSendResult `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type DebugSendResult ¶
type DeleteOperationResponse ¶
type GcmCredential ¶
type GcmCredential struct {
Properties *GcmCredentialProperties `json:"properties,omitempty"`
}
type GcmCredentialProperties ¶
type GetAuthorizationRuleOperationResponse ¶
type GetAuthorizationRuleOperationResponse struct { HttpResponse *http.Response Model *SharedAccessAuthorizationRuleResource }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *NotificationHubResource }
type GetPnsCredentialsOperationResponse ¶
type GetPnsCredentialsOperationResponse struct { HttpResponse *http.Response Model *PnsCredentialsResource }
type ListAuthorizationRulesCompleteResult ¶
type ListAuthorizationRulesCompleteResult struct {
Items []SharedAccessAuthorizationRuleResource
}
type ListAuthorizationRulesOperationResponse ¶
type ListAuthorizationRulesOperationResponse struct { HttpResponse *http.Response Model *[]SharedAccessAuthorizationRuleResource // contains filtered or unexported fields }
func (ListAuthorizationRulesOperationResponse) HasMore ¶
func (r ListAuthorizationRulesOperationResponse) HasMore() bool
func (ListAuthorizationRulesOperationResponse) LoadMore ¶
func (r ListAuthorizationRulesOperationResponse) LoadMore(ctx context.Context) (resp ListAuthorizationRulesOperationResponse, err error)
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []NotificationHubResource
}
type ListKeysOperationResponse ¶
type ListKeysOperationResponse struct { HttpResponse *http.Response Model *ResourceListKeys }
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]NotificationHubResource // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
type MpnsCredential ¶
type MpnsCredential struct {
Properties *MpnsCredentialProperties `json:"properties,omitempty"`
}
type NamespaceId ¶
NamespaceId is a struct representing the Resource ID for a Namespace
func NewNamespaceID ¶
func NewNamespaceID(subscriptionId string, resourceGroupName string, namespaceName string) NamespaceId
NewNamespaceID returns a new NamespaceId struct
func ParseNamespaceID ¶
func ParseNamespaceID(input string) (*NamespaceId, error)
ParseNamespaceID parses 'input' into a NamespaceId
func ParseNamespaceIDInsensitively ¶
func ParseNamespaceIDInsensitively(input string) (*NamespaceId, error)
ParseNamespaceIDInsensitively parses 'input' case-insensitively into a NamespaceId note: this method should only be used for API response data and not user input
func (NamespaceId) Segments ¶
func (id NamespaceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Namespace ID
func (NamespaceId) String ¶
func (id NamespaceId) String() string
String returns a human-readable description of this Namespace ID
type NotificationHubAuthorizationRuleId ¶
type NotificationHubAuthorizationRuleId struct { SubscriptionId string ResourceGroupName string NamespaceName string NotificationHubName string AuthorizationRuleName string }
NotificationHubAuthorizationRuleId is a struct representing the Resource ID for a Notification Hub Authorization Rule
func NewNotificationHubAuthorizationRuleID ¶
func NewNotificationHubAuthorizationRuleID(subscriptionId string, resourceGroupName string, namespaceName string, notificationHubName string, authorizationRuleName string) NotificationHubAuthorizationRuleId
NewNotificationHubAuthorizationRuleID returns a new NotificationHubAuthorizationRuleId struct
func ParseNotificationHubAuthorizationRuleID ¶
func ParseNotificationHubAuthorizationRuleID(input string) (*NotificationHubAuthorizationRuleId, error)
ParseNotificationHubAuthorizationRuleID parses 'input' into a NotificationHubAuthorizationRuleId
func ParseNotificationHubAuthorizationRuleIDInsensitively ¶
func ParseNotificationHubAuthorizationRuleIDInsensitively(input string) (*NotificationHubAuthorizationRuleId, error)
ParseNotificationHubAuthorizationRuleIDInsensitively parses 'input' case-insensitively into a NotificationHubAuthorizationRuleId note: this method should only be used for API response data and not user input
func (NotificationHubAuthorizationRuleId) ID ¶
func (id NotificationHubAuthorizationRuleId) ID() string
ID returns the formatted Notification Hub Authorization Rule ID
func (NotificationHubAuthorizationRuleId) Segments ¶
func (id NotificationHubAuthorizationRuleId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Notification Hub Authorization Rule ID
func (NotificationHubAuthorizationRuleId) String ¶
func (id NotificationHubAuthorizationRuleId) String() string
String returns a human-readable description of this Notification Hub Authorization Rule ID
type NotificationHubCreateOrUpdateParameters ¶
type NotificationHubCreateOrUpdateParameters struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties NotificationHubProperties `json:"properties"` Sku *Sku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type NotificationHubId ¶
type NotificationHubId struct { SubscriptionId string ResourceGroupName string NamespaceName string NotificationHubName string }
NotificationHubId is a struct representing the Resource ID for a Notification Hub
func NewNotificationHubID ¶
func NewNotificationHubID(subscriptionId string, resourceGroupName string, namespaceName string, notificationHubName string) NotificationHubId
NewNotificationHubID returns a new NotificationHubId struct
func ParseNotificationHubID ¶
func ParseNotificationHubID(input string) (*NotificationHubId, error)
ParseNotificationHubID parses 'input' into a NotificationHubId
func ParseNotificationHubIDInsensitively ¶
func ParseNotificationHubIDInsensitively(input string) (*NotificationHubId, error)
ParseNotificationHubIDInsensitively parses 'input' case-insensitively into a NotificationHubId note: this method should only be used for API response data and not user input
func (NotificationHubId) ID ¶
func (id NotificationHubId) ID() string
ID returns the formatted Notification Hub ID
func (NotificationHubId) Segments ¶
func (id NotificationHubId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Notification Hub ID
func (NotificationHubId) String ¶
func (id NotificationHubId) String() string
String returns a human-readable description of this Notification Hub ID
type NotificationHubPatchParameters ¶
type NotificationHubPatchParameters struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *NotificationHubProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type NotificationHubProperties ¶
type NotificationHubProperties struct { AdmCredential *AdmCredential `json:"admCredential,omitempty"` ApnsCredential *ApnsCredential `json:"apnsCredential,omitempty"` AuthorizationRules *[]SharedAccessAuthorizationRuleProperties `json:"authorizationRules,omitempty"` BaiduCredential *BaiduCredential `json:"baiduCredential,omitempty"` GcmCredential *GcmCredential `json:"gcmCredential,omitempty"` MpnsCredential *MpnsCredential `json:"mpnsCredential,omitempty"` Name *string `json:"name,omitempty"` RegistrationTtl *string `json:"registrationTtl,omitempty"` WnsCredential *WnsCredential `json:"wnsCredential,omitempty"` }
type NotificationHubResource ¶
type NotificationHubResource struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *NotificationHubProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type NotificationHubResourceOperationPredicate ¶
type NotificationHubResourceOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (NotificationHubResourceOperationPredicate) Matches ¶
func (p NotificationHubResourceOperationPredicate) Matches(input NotificationHubResource) bool
type NotificationHubsClient ¶
type NotificationHubsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewNotificationHubsClientWithBaseURI ¶
func NewNotificationHubsClientWithBaseURI(endpoint string) NotificationHubsClient
func (NotificationHubsClient) CheckNotificationHubAvailability ¶
func (c NotificationHubsClient) CheckNotificationHubAvailability(ctx context.Context, id NamespaceId, input CheckAvailabilityParameters) (result CheckNotificationHubAvailabilityOperationResponse, err error)
CheckNotificationHubAvailability ...
func (NotificationHubsClient) CreateOrUpdate ¶
func (c NotificationHubsClient) CreateOrUpdate(ctx context.Context, id NotificationHubId, input NotificationHubCreateOrUpdateParameters) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (NotificationHubsClient) CreateOrUpdateAuthorizationRule ¶
func (c NotificationHubsClient) CreateOrUpdateAuthorizationRule(ctx context.Context, id NotificationHubAuthorizationRuleId, input SharedAccessAuthorizationRuleCreateOrUpdateParameters) (result CreateOrUpdateAuthorizationRuleOperationResponse, err error)
CreateOrUpdateAuthorizationRule ...
func (NotificationHubsClient) DebugSend ¶
func (c NotificationHubsClient) DebugSend(ctx context.Context, id NotificationHubId, input interface{}) (result DebugSendOperationResponse, err error)
DebugSend ...
func (NotificationHubsClient) Delete ¶
func (c NotificationHubsClient) Delete(ctx context.Context, id NotificationHubId) (result DeleteOperationResponse, err error)
Delete ...
func (NotificationHubsClient) DeleteAuthorizationRule ¶
func (c NotificationHubsClient) DeleteAuthorizationRule(ctx context.Context, id NotificationHubAuthorizationRuleId) (result DeleteAuthorizationRuleOperationResponse, err error)
DeleteAuthorizationRule ...
func (NotificationHubsClient) Get ¶
func (c NotificationHubsClient) Get(ctx context.Context, id NotificationHubId) (result GetOperationResponse, err error)
Get ...
func (NotificationHubsClient) GetAuthorizationRule ¶
func (c NotificationHubsClient) GetAuthorizationRule(ctx context.Context, id NotificationHubAuthorizationRuleId) (result GetAuthorizationRuleOperationResponse, err error)
GetAuthorizationRule ...
func (NotificationHubsClient) GetPnsCredentials ¶
func (c NotificationHubsClient) GetPnsCredentials(ctx context.Context, id NotificationHubId) (result GetPnsCredentialsOperationResponse, err error)
GetPnsCredentials ...
func (NotificationHubsClient) List ¶
func (c NotificationHubsClient) List(ctx context.Context, id NamespaceId) (resp ListOperationResponse, err error)
List ...
func (NotificationHubsClient) ListAuthorizationRules ¶
func (c NotificationHubsClient) ListAuthorizationRules(ctx context.Context, id NotificationHubId) (resp ListAuthorizationRulesOperationResponse, err error)
ListAuthorizationRules ...
func (NotificationHubsClient) ListAuthorizationRulesComplete ¶
func (c NotificationHubsClient) ListAuthorizationRulesComplete(ctx context.Context, id NotificationHubId) (ListAuthorizationRulesCompleteResult, error)
ListAuthorizationRulesComplete retrieves all of the results into a single object
func (NotificationHubsClient) ListAuthorizationRulesCompleteMatchingPredicate ¶
func (c NotificationHubsClient) ListAuthorizationRulesCompleteMatchingPredicate(ctx context.Context, id NotificationHubId, predicate SharedAccessAuthorizationRuleResourceOperationPredicate) (resp ListAuthorizationRulesCompleteResult, err error)
ListAuthorizationRulesCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (NotificationHubsClient) ListComplete ¶
func (c NotificationHubsClient) ListComplete(ctx context.Context, id NamespaceId) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (NotificationHubsClient) ListCompleteMatchingPredicate ¶
func (c NotificationHubsClient) ListCompleteMatchingPredicate(ctx context.Context, id NamespaceId, predicate NotificationHubResourceOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (NotificationHubsClient) ListKeys ¶
func (c NotificationHubsClient) ListKeys(ctx context.Context, id NotificationHubAuthorizationRuleId) (result ListKeysOperationResponse, err error)
ListKeys ...
func (NotificationHubsClient) Patch ¶
func (c NotificationHubsClient) Patch(ctx context.Context, id NotificationHubId, input NotificationHubPatchParameters) (result PatchOperationResponse, err error)
Patch ...
func (NotificationHubsClient) RegenerateKeys ¶
func (c NotificationHubsClient) RegenerateKeys(ctx context.Context, id NotificationHubAuthorizationRuleId, input PolicykeyResource) (result RegenerateKeysOperationResponse, err error)
RegenerateKeys ...
type PatchOperationResponse ¶
type PatchOperationResponse struct { HttpResponse *http.Response Model *NotificationHubResource }
type PnsCredentialsProperties ¶
type PnsCredentialsProperties struct { AdmCredential *AdmCredential `json:"admCredential,omitempty"` ApnsCredential *ApnsCredential `json:"apnsCredential,omitempty"` BaiduCredential *BaiduCredential `json:"baiduCredential,omitempty"` GcmCredential *GcmCredential `json:"gcmCredential,omitempty"` MpnsCredential *MpnsCredential `json:"mpnsCredential,omitempty"` WnsCredential *WnsCredential `json:"wnsCredential,omitempty"` }
type PnsCredentialsResource ¶
type PnsCredentialsResource struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *PnsCredentialsProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type PolicykeyResource ¶
type PolicykeyResource struct {
PolicyKey *string `json:"policyKey,omitempty"`
}
type RegenerateKeysOperationResponse ¶
type RegenerateKeysOperationResponse struct { HttpResponse *http.Response Model *ResourceListKeys }
type ResourceListKeys ¶
type ResourceListKeys struct { KeyName *string `json:"keyName,omitempty"` PrimaryConnectionString *string `json:"primaryConnectionString,omitempty"` PrimaryKey *string `json:"primaryKey,omitempty"` SecondaryConnectionString *string `json:"secondaryConnectionString,omitempty"` SecondaryKey *string `json:"secondaryKey,omitempty"` }
type SharedAccessAuthorizationRuleCreateOrUpdateParameters ¶
type SharedAccessAuthorizationRuleCreateOrUpdateParameters struct {
}type SharedAccessAuthorizationRuleProperties ¶
type SharedAccessAuthorizationRuleProperties struct {}
type SharedAccessAuthorizationRuleResource ¶
type SharedAccessAuthorizationRuleResource struct {}
type SharedAccessAuthorizationRuleResourceOperationPredicate ¶
type SharedAccessAuthorizationRuleResourceOperationPredicate struct {}
func (SharedAccessAuthorizationRuleResourceOperationPredicate) Matches ¶
func (p SharedAccessAuthorizationRuleResourceOperationPredicate) Matches(input SharedAccessAuthorizationRuleResource) bool
type WnsCredential ¶
type WnsCredential struct {
Properties *WnsCredentialProperties `json:"properties,omitempty"`
}
type WnsCredentialProperties ¶
Source Files ¶
- client.go
- constants.go
- id_namespace.go
- id_notificationhub.go
- id_notificationhubauthorizationrule.go
- method_checknotificationhubavailability_autorest.go
- method_createorupdate_autorest.go
- method_createorupdateauthorizationrule_autorest.go
- method_debugsend_autorest.go
- method_delete_autorest.go
- method_deleteauthorizationrule_autorest.go
- method_get_autorest.go
- method_getauthorizationrule_autorest.go
- method_getpnscredentials_autorest.go
- method_list_autorest.go
- method_listauthorizationrules_autorest.go
- method_listkeys_autorest.go
- method_patch_autorest.go
- method_regeneratekeys_autorest.go
- model_admcredential.go
- model_admcredentialproperties.go
- model_apnscredential.go
- model_apnscredentialproperties.go
- model_baiducredential.go
- model_baiducredentialproperties.go
- model_checkavailabilityparameters.go
- model_checkavailabilityresult.go
- model_debugsendresponse.go
- model_debugsendresult.go
- model_gcmcredential.go
- model_gcmcredentialproperties.go
- model_mpnscredential.go
- model_mpnscredentialproperties.go
- model_notificationhubcreateorupdateparameters.go
- model_notificationhubpatchparameters.go
- model_notificationhubproperties.go
- model_notificationhubresource.go
- model_pnscredentialsproperties.go
- model_pnscredentialsresource.go
- model_policykeyresource.go
- model_resourcelistkeys.go
- model_sharedaccessauthorizationrulecreateorupdateparameters.go
- model_sharedaccessauthorizationruleproperties.go
- model_sharedaccessauthorizationruleresource.go
- model_sku.go
- model_wnscredential.go
- model_wnscredentialproperties.go
- predicates.go
- version.go