Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForAccessRights() []string + func PossibleValuesForKeyType() []string + func ValidateAuthorizationRuleID(input interface{}, key string) (warnings []string, errors []error) + func ValidateNamespaceID(input interface{}, key string) (warnings []string, errors []error) + type AccessKeys struct + AliasPrimaryConnectionString *string + AliasSecondaryConnectionString *string + KeyName *string + PrimaryConnectionString *string + PrimaryKey *string + SecondaryConnectionString *string + SecondaryKey *string + type AccessRights string + const AccessRightsListen + const AccessRightsManage + const AccessRightsSend + func (s *AccessRights) UnmarshalJSON(bytes []byte) error + type AuthorizationRuleId struct + AuthorizationRuleName string + NamespaceName string + ResourceGroupName string + SubscriptionId string + func NewAuthorizationRuleID(subscriptionId string, resourceGroupName string, namespaceName string, ...) AuthorizationRuleId + func ParseAuthorizationRuleID(input string) (*AuthorizationRuleId, error) + func ParseAuthorizationRuleIDInsensitively(input string) (*AuthorizationRuleId, error) + func (id *AuthorizationRuleId) FromParseResult(input resourceids.ParseResult) error + func (id AuthorizationRuleId) ID() string + func (id AuthorizationRuleId) Segments() []resourceids.Segment + func (id AuthorizationRuleId) String() string + type KeyType string + const KeyTypePrimaryKey + const KeyTypeSecondaryKey + func (s *KeyType) UnmarshalJSON(bytes []byte) error + type NamespaceId struct + NamespaceName string + ResourceGroupName string + SubscriptionId string + func NewNamespaceID(subscriptionId string, resourceGroupName string, namespaceName string) NamespaceId + func ParseNamespaceID(input string) (*NamespaceId, error) + func ParseNamespaceIDInsensitively(input string) (*NamespaceId, error) + func (id *NamespaceId) FromParseResult(input resourceids.ParseResult) error + func (id NamespaceId) ID() string + func (id NamespaceId) Segments() []resourceids.Segment + func (id NamespaceId) String() string + type NamespacesAuthorizationRuleClient struct + Client *resourcemanager.Client + func NewNamespacesAuthorizationRuleClientWithBaseURI(sdkApi sdkEnv.Api) (*NamespacesAuthorizationRuleClient, error) + func (c NamespacesAuthorizationRuleClient) NamespacesCreateOrUpdateAuthorizationRule(ctx context.Context, id AuthorizationRuleId, input SBAuthorizationRule) (result NamespacesCreateOrUpdateAuthorizationRuleOperationResponse, err error) + func (c NamespacesAuthorizationRuleClient) NamespacesDeleteAuthorizationRule(ctx context.Context, id AuthorizationRuleId) (result NamespacesDeleteAuthorizationRuleOperationResponse, err error) + func (c NamespacesAuthorizationRuleClient) NamespacesGetAuthorizationRule(ctx context.Context, id AuthorizationRuleId) (result NamespacesGetAuthorizationRuleOperationResponse, err error) + func (c NamespacesAuthorizationRuleClient) NamespacesListAuthorizationRules(ctx context.Context, id NamespaceId) (result NamespacesListAuthorizationRulesOperationResponse, err error) + func (c NamespacesAuthorizationRuleClient) NamespacesListAuthorizationRulesComplete(ctx context.Context, id NamespaceId) (NamespacesListAuthorizationRulesCompleteResult, error) + func (c NamespacesAuthorizationRuleClient) NamespacesListAuthorizationRulesCompleteMatchingPredicate(ctx context.Context, id NamespaceId, ...) (result NamespacesListAuthorizationRulesCompleteResult, err error) + func (c NamespacesAuthorizationRuleClient) NamespacesListKeys(ctx context.Context, id AuthorizationRuleId) (result NamespacesListKeysOperationResponse, err error) + func (c NamespacesAuthorizationRuleClient) NamespacesRegenerateKeys(ctx context.Context, id AuthorizationRuleId, ...) (result NamespacesRegenerateKeysOperationResponse, err error) + type NamespacesCreateOrUpdateAuthorizationRuleOperationResponse struct + HttpResponse *http.Response + Model *SBAuthorizationRule + OData *odata.OData + type NamespacesDeleteAuthorizationRuleOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type NamespacesGetAuthorizationRuleOperationResponse struct + HttpResponse *http.Response + Model *SBAuthorizationRule + OData *odata.OData + type NamespacesListAuthorizationRulesCompleteResult struct + Items []SBAuthorizationRule + LatestHttpResponse *http.Response + type NamespacesListAuthorizationRulesCustomPager struct + NextLink *odata.Link + func (p *NamespacesListAuthorizationRulesCustomPager) NextPageLink() *odata.Link + type NamespacesListAuthorizationRulesOperationResponse struct + HttpResponse *http.Response + Model *[]SBAuthorizationRule + OData *odata.OData + type NamespacesListKeysOperationResponse struct + HttpResponse *http.Response + Model *AccessKeys + OData *odata.OData + type NamespacesRegenerateKeysOperationResponse struct + HttpResponse *http.Response + Model *AccessKeys + OData *odata.OData + type RegenerateAccessKeyParameters struct + Key *string + KeyType KeyType + type SBAuthorizationRule struct + Id *string + Location *string + Name *string + Properties *SBAuthorizationRuleProperties + SystemData *systemdata.SystemData + Type *string + type SBAuthorizationRuleOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p SBAuthorizationRuleOperationPredicate) Matches(input SBAuthorizationRule) bool + type SBAuthorizationRuleProperties struct + Rights []AccessRights