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 PossibleValuesForDefaultAction() []string + func PossibleValuesForEndPointProvisioningState() []string + func PossibleValuesForKeyType() []string + func PossibleValuesForNetworkRuleIPAction() []string + func PossibleValuesForPrivateLinkConnectionStatus() []string + func PossibleValuesForPublicNetworkAccess() []string + func PossibleValuesForSkuName() []string + func PossibleValuesForSkuTier() []string + func PossibleValuesForUnavailableReason() []string + func ValidateAuthorizationRuleID(input interface{}, key string) (warnings []string, errors []error) + func ValidateNamespaceID(input interface{}, key string) (warnings []string, errors []error) + type AccessKeys struct + 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 AuthorizationRule struct + Id *string + Location *string + Name *string + Properties *AuthorizationRuleProperties + SystemData *systemdata.SystemData + Type *string + 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 AuthorizationRuleOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p AuthorizationRuleOperationPredicate) Matches(input AuthorizationRule) bool + type AuthorizationRuleProperties struct + Rights []AccessRights + type CheckNameAvailability struct + Name string + type CheckNameAvailabilityOperationResponse struct + HttpResponse *http.Response + Model *CheckNameAvailabilityResult + OData *odata.OData + type CheckNameAvailabilityResult struct + Message *string + NameAvailable *bool + Reason *UnavailableReason + type ConnectionState struct + Description *string + Status *PrivateLinkConnectionStatus + type CreateOrUpdateAuthorizationRuleOperationResponse struct + HttpResponse *http.Response + Model *AuthorizationRule + OData *odata.OData + type CreateOrUpdateNetworkRuleSetOperationResponse struct + HttpResponse *http.Response + Model *NetworkRuleSet + OData *odata.OData + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *RelayNamespace + OData *odata.OData + Poller pollers.Poller + type DefaultAction string + const DefaultActionAllow + const DefaultActionDeny + func (s *DefaultAction) UnmarshalJSON(bytes []byte) error + type DeleteAuthorizationRuleOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type EndPointProvisioningState string + const EndPointProvisioningStateCanceled + const EndPointProvisioningStateCreating + const EndPointProvisioningStateDeleting + const EndPointProvisioningStateFailed + const EndPointProvisioningStateSucceeded + const EndPointProvisioningStateUpdating + func (s *EndPointProvisioningState) UnmarshalJSON(bytes []byte) error + type GetAuthorizationRuleOperationResponse struct + HttpResponse *http.Response + Model *AuthorizationRule + OData *odata.OData + type GetNetworkRuleSetOperationResponse struct + HttpResponse *http.Response + Model *NetworkRuleSet + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *RelayNamespace + OData *odata.OData + type KeyType string + const KeyTypePrimaryKey + const KeyTypeSecondaryKey + func (s *KeyType) UnmarshalJSON(bytes []byte) error + type ListAuthorizationRulesCompleteResult struct + Items []AuthorizationRule + LatestHttpResponse *http.Response + type ListAuthorizationRulesCustomPager struct + NextLink *odata.Link + func (p *ListAuthorizationRulesCustomPager) NextPageLink() *odata.Link + type ListAuthorizationRulesOperationResponse struct + HttpResponse *http.Response + Model *[]AuthorizationRule + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []RelayNamespace + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]RelayNamespace + OData *odata.OData + type ListCompleteResult struct + Items []RelayNamespace + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListKeysOperationResponse struct + HttpResponse *http.Response + Model *AccessKeys + OData *odata.OData + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]RelayNamespace + OData *odata.OData + type NWRuleSetIPRules struct + Action *NetworkRuleIPAction + IPMask *string + 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 NamespacesClient struct + Client *resourcemanager.Client + func NewNamespacesClientWithBaseURI(sdkApi sdkEnv.Api) (*NamespacesClient, error) + func (c NamespacesClient) CheckNameAvailability(ctx context.Context, id commonids.SubscriptionId, input CheckNameAvailability) (result CheckNameAvailabilityOperationResponse, err error) + func (c NamespacesClient) CreateOrUpdate(ctx context.Context, id NamespaceId, input RelayNamespace) (result CreateOrUpdateOperationResponse, err error) + func (c NamespacesClient) CreateOrUpdateAuthorizationRule(ctx context.Context, id AuthorizationRuleId, input AuthorizationRule) (result CreateOrUpdateAuthorizationRuleOperationResponse, err error) + func (c NamespacesClient) CreateOrUpdateNetworkRuleSet(ctx context.Context, id NamespaceId, input NetworkRuleSet) (result CreateOrUpdateNetworkRuleSetOperationResponse, err error) + func (c NamespacesClient) CreateOrUpdateThenPoll(ctx context.Context, id NamespaceId, input RelayNamespace) error + func (c NamespacesClient) Delete(ctx context.Context, id NamespaceId) (result DeleteOperationResponse, err error) + func (c NamespacesClient) DeleteAuthorizationRule(ctx context.Context, id AuthorizationRuleId) (result DeleteAuthorizationRuleOperationResponse, err error) + func (c NamespacesClient) DeleteThenPoll(ctx context.Context, id NamespaceId) error + func (c NamespacesClient) Get(ctx context.Context, id NamespaceId) (result GetOperationResponse, err error) + func (c NamespacesClient) GetAuthorizationRule(ctx context.Context, id AuthorizationRuleId) (result GetAuthorizationRuleOperationResponse, err error) + func (c NamespacesClient) GetNetworkRuleSet(ctx context.Context, id NamespaceId) (result GetNetworkRuleSetOperationResponse, err error) + func (c NamespacesClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c NamespacesClient) ListAuthorizationRules(ctx context.Context, id NamespaceId) (result ListAuthorizationRulesOperationResponse, err error) + func (c NamespacesClient) ListAuthorizationRulesComplete(ctx context.Context, id NamespaceId) (ListAuthorizationRulesCompleteResult, error) + func (c NamespacesClient) ListAuthorizationRulesCompleteMatchingPredicate(ctx context.Context, id NamespaceId, ...) (result ListAuthorizationRulesCompleteResult, err error) + func (c NamespacesClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c NamespacesClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c NamespacesClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c NamespacesClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c NamespacesClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c NamespacesClient) ListKeys(ctx context.Context, id AuthorizationRuleId) (result ListKeysOperationResponse, err error) + func (c NamespacesClient) RegenerateKeys(ctx context.Context, id AuthorizationRuleId, ...) (result RegenerateKeysOperationResponse, err error) + func (c NamespacesClient) Update(ctx context.Context, id NamespaceId, input RelayUpdateParameters) (result UpdateOperationResponse, err error) + type NetworkRuleIPAction string + const NetworkRuleIPActionAllow + func (s *NetworkRuleIPAction) UnmarshalJSON(bytes []byte) error + type NetworkRuleSet struct + Id *string + Name *string + Properties *NetworkRuleSetProperties + SystemData *systemdata.SystemData + Type *string + type NetworkRuleSetProperties struct + DefaultAction *DefaultAction + IPRules *[]NWRuleSetIPRules + PublicNetworkAccess *PublicNetworkAccess + TrustedServiceAccessEnabled *bool + type PrivateEndpoint struct + Id *string + type PrivateEndpointConnection struct + Id *string + Location *string + Name *string + Properties *PrivateEndpointConnectionProperties + SystemData *systemdata.SystemData + Type *string + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *ConnectionState + ProvisioningState *EndPointProvisioningState + type PrivateLinkConnectionStatus string + const PrivateLinkConnectionStatusApproved + const PrivateLinkConnectionStatusDisconnected + const PrivateLinkConnectionStatusPending + const PrivateLinkConnectionStatusRejected + func (s *PrivateLinkConnectionStatus) UnmarshalJSON(bytes []byte) error + type PublicNetworkAccess string + const PublicNetworkAccessDisabled + const PublicNetworkAccessEnabled + const PublicNetworkAccessSecuredByPerimeter + func (s *PublicNetworkAccess) UnmarshalJSON(bytes []byte) error + type RegenerateAccessKeyParameters struct + Key *string + KeyType KeyType + type RegenerateKeysOperationResponse struct + HttpResponse *http.Response + Model *AccessKeys + OData *odata.OData + type RelayNamespace struct + Id *string + Location string + Name *string + Properties *RelayNamespaceProperties + Sku *Sku + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type RelayNamespaceOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p RelayNamespaceOperationPredicate) Matches(input RelayNamespace) bool + type RelayNamespaceProperties struct + CreatedAt *string + MetricId *string + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState *string + PublicNetworkAccess *PublicNetworkAccess + ServiceBusEndpoint *string + Status *string + UpdatedAt *string + func (o *RelayNamespaceProperties) GetCreatedAtAsTime() (*time.Time, error) + func (o *RelayNamespaceProperties) GetUpdatedAtAsTime() (*time.Time, error) + func (o *RelayNamespaceProperties) SetCreatedAtAsTime(input time.Time) + func (o *RelayNamespaceProperties) SetUpdatedAtAsTime(input time.Time) + type RelayUpdateParameters struct + Id *string + Name *string + Properties *RelayNamespaceProperties + Sku *Sku + Tags *map[string]string + Type *string + type Sku struct + Name SkuName + Tier *SkuTier + type SkuName string + const SkuNameStandard + func (s *SkuName) UnmarshalJSON(bytes []byte) error + type SkuTier string + const SkuTierStandard + func (s *SkuTier) UnmarshalJSON(bytes []byte) error + type UnavailableReason string + const UnavailableReasonInvalidName + const UnavailableReasonNameInLockdown + const UnavailableReasonNameInUse + const UnavailableReasonNone + const UnavailableReasonSubscriptionIsDisabled + const UnavailableReasonTooManyNamespaceInCurrentSubscription + func (s *UnavailableReason) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *RelayNamespace + OData *odata.OData