Versions in this module Expand all Collapse all v2 v2.96.0 Feb 14, 2022 Changes in this version + func PossibleValuesForDefaultAction() []string + func PossibleValuesForNetworkRuleIPAction() []string + func ValidateNamespaceID(input interface{}, key string) (warnings []string, errors []error) + type DefaultAction string + const DefaultActionAllow + const DefaultActionDeny + 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) ID() string + func (id NamespaceId) Segments() []resourceids.Segment + func (id NamespaceId) String() string + type NamespacesCreateOrUpdateNetworkRuleSetResponse struct + HttpResponse *http.Response + Model *NetworkRuleSet + type NamespacesGetNetworkRuleSetResponse struct + HttpResponse *http.Response + Model *NetworkRuleSet + type NetworkRuleIPAction string + const NetworkRuleIPActionAllow + type NetworkRuleSet struct + Id *string + Name *string + Properties *NetworkRuleSetProperties + Type *string + type NetworkRuleSetProperties struct + DefaultAction *DefaultAction + IpRules *[]NWRuleSetIpRules + TrustedServiceAccessEnabled *bool + VirtualNetworkRules *[]NWRuleSetVirtualNetworkRules + type NetworkRuleSetsClient struct + Client autorest.Client + func NewNetworkRuleSetsClientWithBaseURI(endpoint string) NetworkRuleSetsClient + func (c NetworkRuleSetsClient) NamespacesCreateOrUpdateNetworkRuleSet(ctx context.Context, id NamespaceId, input NetworkRuleSet) (result NamespacesCreateOrUpdateNetworkRuleSetResponse, err error) + func (c NetworkRuleSetsClient) NamespacesGetNetworkRuleSet(ctx context.Context, id NamespaceId) (result NamespacesGetNetworkRuleSetResponse, err error) + type Subnet struct + Id *string