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 PossibleValuesForDefaultAction() []string + func PossibleValuesForEndPointProvisioningState() []string + func PossibleValuesForKeySource() []string + func PossibleValuesForNetworkRuleIPAction() []string + func PossibleValuesForPrivateLinkConnectionStatus() []string + func PossibleValuesForPublicNetworkAccess() []string + func PossibleValuesForPublicNetworkAccessFlag() []string + func PossibleValuesForSkuName() []string + func PossibleValuesForSkuTier() []string + func PossibleValuesForTlsVersion() []string + func PossibleValuesForUnavailableReason() []string + func ValidateNamespaceID(input interface{}, key string) (warnings []string, errors []error) + 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 CreateOrUpdateNetworkRuleSetOperationResponse struct + HttpResponse *http.Response + Model *NetworkRuleSet + OData *odata.OData + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *SBNamespace + OData *odata.OData + Poller pollers.Poller + type DefaultAction string + const DefaultActionAllow + const DefaultActionDeny + func (s *DefaultAction) UnmarshalJSON(bytes []byte) error + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type Encryption struct + KeySource *KeySource + KeyVaultProperties *[]KeyVaultProperties + RequireInfrastructureEncryption *bool + type EndPointProvisioningState string + const EndPointProvisioningStateCanceled + const EndPointProvisioningStateCreating + const EndPointProvisioningStateDeleting + const EndPointProvisioningStateFailed + const EndPointProvisioningStateSucceeded + const EndPointProvisioningStateUpdating + func (s *EndPointProvisioningState) UnmarshalJSON(bytes []byte) error + type GetNetworkRuleSetOperationResponse struct + HttpResponse *http.Response + Model *NetworkRuleSet + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *SBNamespace + OData *odata.OData + type KeySource string + const KeySourceMicrosoftPointKeyVault + func (s *KeySource) UnmarshalJSON(bytes []byte) error + type KeyVaultProperties struct + Identity *UserAssignedIdentityProperties + KeyName *string + KeyVaultUri *string + KeyVersion *string + type ListByResourceGroupCompleteResult struct + Items []SBNamespace + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]SBNamespace + OData *odata.OData + type ListCompleteResult struct + Items []SBNamespace + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListNetworkRuleSetsCompleteResult struct + Items []NetworkRuleSet + LatestHttpResponse *http.Response + type ListNetworkRuleSetsCustomPager struct + NextLink *odata.Link + func (p *ListNetworkRuleSetsCustomPager) NextPageLink() *odata.Link + type ListNetworkRuleSetsOperationResponse struct + HttpResponse *http.Response + Model *[]NetworkRuleSet + OData *odata.OData + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]SBNamespace + OData *odata.OData + type NWRuleSetIPRules struct + Action *NetworkRuleIPAction + IPMask *string + type NWRuleSetVirtualNetworkRules struct + IgnoreMissingVnetServiceEndpoint *bool + Subnet *Subnet + 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 SBNamespace) (result CreateOrUpdateOperationResponse, 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 SBNamespace) error + func (c NamespacesClient) Delete(ctx context.Context, id NamespaceId) (result DeleteOperationResponse, 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) 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) 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) ListNetworkRuleSets(ctx context.Context, id NamespaceId) (result ListNetworkRuleSetsOperationResponse, err error) + func (c NamespacesClient) ListNetworkRuleSetsComplete(ctx context.Context, id NamespaceId) (ListNetworkRuleSetsCompleteResult, error) + func (c NamespacesClient) ListNetworkRuleSetsCompleteMatchingPredicate(ctx context.Context, id NamespaceId, ...) (result ListNetworkRuleSetsCompleteResult, err error) + func (c NamespacesClient) Update(ctx context.Context, id NamespaceId, input SBNamespaceUpdateParameters) (result UpdateOperationResponse, err error) + type NetworkRuleIPAction string + const NetworkRuleIPActionAllow + func (s *NetworkRuleIPAction) UnmarshalJSON(bytes []byte) error + type NetworkRuleSet struct + Id *string + Location *string + Name *string + Properties *NetworkRuleSetProperties + SystemData *systemdata.SystemData + Type *string + type NetworkRuleSetOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p NetworkRuleSetOperationPredicate) Matches(input NetworkRuleSet) bool + type NetworkRuleSetProperties struct + DefaultAction *DefaultAction + IPRules *[]NWRuleSetIPRules + PublicNetworkAccess *PublicNetworkAccessFlag + TrustedServiceAccessEnabled *bool + VirtualNetworkRules *[]NWRuleSetVirtualNetworkRules + 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 PublicNetworkAccessFlag string + const PublicNetworkAccessFlagDisabled + const PublicNetworkAccessFlagEnabled + func (s *PublicNetworkAccessFlag) UnmarshalJSON(bytes []byte) error + type SBNamespace struct + Id *string + Identity *identity.SystemAndUserAssignedMap + Location string + Name *string + Properties *SBNamespaceProperties + Sku *SBSku + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type SBNamespaceOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p SBNamespaceOperationPredicate) Matches(input SBNamespace) bool + type SBNamespaceProperties struct + AlternateName *string + CreatedAt *string + DisableLocalAuth *bool + Encryption *Encryption + MetricId *string + MinimumTlsVersion *TlsVersion + PremiumMessagingPartitions *int64 + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState *string + PublicNetworkAccess *PublicNetworkAccess + ServiceBusEndpoint *string + Status *string + UpdatedAt *string + ZoneRedundant *bool + func (o *SBNamespaceProperties) GetCreatedAtAsTime() (*time.Time, error) + func (o *SBNamespaceProperties) GetUpdatedAtAsTime() (*time.Time, error) + func (o *SBNamespaceProperties) SetCreatedAtAsTime(input time.Time) + func (o *SBNamespaceProperties) SetUpdatedAtAsTime(input time.Time) + type SBNamespaceUpdateParameters struct + Id *string + Identity *identity.SystemAndUserAssignedMap + Location *string + Name *string + Properties *SBNamespaceUpdateProperties + Sku *SBSku + Tags *map[string]string + Type *string + type SBNamespaceUpdateProperties struct + AlternateName *string + CreatedAt *string + DisableLocalAuth *bool + Encryption *Encryption + MetricId *string + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState *string + ServiceBusEndpoint *string + Status *string + UpdatedAt *string + func (o *SBNamespaceUpdateProperties) GetCreatedAtAsTime() (*time.Time, error) + func (o *SBNamespaceUpdateProperties) GetUpdatedAtAsTime() (*time.Time, error) + func (o *SBNamespaceUpdateProperties) SetCreatedAtAsTime(input time.Time) + func (o *SBNamespaceUpdateProperties) SetUpdatedAtAsTime(input time.Time) + type SBSku struct + Capacity *int64 + Name SkuName + Tier *SkuTier + type SkuName string + const SkuNameBasic + const SkuNamePremium + const SkuNameStandard + func (s *SkuName) UnmarshalJSON(bytes []byte) error + type SkuTier string + const SkuTierBasic + const SkuTierPremium + const SkuTierStandard + func (s *SkuTier) UnmarshalJSON(bytes []byte) error + type Subnet struct + Id string + type TlsVersion string + const TlsVersionOnePointOne + const TlsVersionOnePointTwo + const TlsVersionOnePointZero + func (s *TlsVersion) 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 *SBNamespace + OData *odata.OData + type UserAssignedIdentityProperties struct + UserAssignedIdentity *string