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 PossibleValuesForPduSessionType() []string + func PossibleValuesForPreemptionCapability() []string + func PossibleValuesForPreemptionVulnerability() []string + func PossibleValuesForProvisioningState() []string + func PossibleValuesForSiteProvisioningState() []string + func ValidateMobileNetworkID(input interface{}, key string) (warnings []string, errors []error) + type Ambr struct + Downlink string + Uplink string + type DataNetworkConfiguration struct + AdditionalAllowedSessionTypes *[]PduSessionType + AllocationAndRetentionPriorityLevel *int64 + AllowedServices []ServiceResourceId + DataNetwork DataNetworkResourceId + DefaultSessionType *PduSessionType + Fiveqi *int64 + MaximumNumberOfBufferedPackets *int64 + PreemptionCapability *PreemptionCapability + PreemptionVulnerability *PreemptionVulnerability + SessionAmbr Ambr + type DataNetworkResourceId struct + Id string + type ListByMobileNetworkCompleteResult struct + Items []SimPolicy + LatestHttpResponse *http.Response + type ListByMobileNetworkCustomPager struct + NextLink *odata.Link + func (p *ListByMobileNetworkCustomPager) NextPageLink() *odata.Link + type ListByMobileNetworkOperationResponse struct + HttpResponse *http.Response + Model *[]SimPolicy + OData *odata.OData + type MobileNetworkId struct + MobileNetworkName string + ResourceGroupName string + SubscriptionId string + func NewMobileNetworkID(subscriptionId string, resourceGroupName string, mobileNetworkName string) MobileNetworkId + func ParseMobileNetworkID(input string) (*MobileNetworkId, error) + func ParseMobileNetworkIDInsensitively(input string) (*MobileNetworkId, error) + func (id *MobileNetworkId) FromParseResult(input resourceids.ParseResult) error + func (id MobileNetworkId) ID() string + func (id MobileNetworkId) Segments() []resourceids.Segment + func (id MobileNetworkId) String() string + type PduSessionType string + const PduSessionTypeIPvFour + const PduSessionTypeIPvSix + func (s *PduSessionType) UnmarshalJSON(bytes []byte) error + type PreemptionCapability string + const PreemptionCapabilityMayPreempt + const PreemptionCapabilityNotPreempt + func (s *PreemptionCapability) UnmarshalJSON(bytes []byte) error + type PreemptionVulnerability string + const PreemptionVulnerabilityNotPreemptable + const PreemptionVulnerabilityPreemptable + func (s *PreemptionVulnerability) UnmarshalJSON(bytes []byte) error + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUnknown + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type SIMPoliciesClient struct + Client *resourcemanager.Client + func NewSIMPoliciesClientWithBaseURI(sdkApi sdkEnv.Api) (*SIMPoliciesClient, error) + func (c SIMPoliciesClient) ListByMobileNetwork(ctx context.Context, id MobileNetworkId) (result ListByMobileNetworkOperationResponse, err error) + func (c SIMPoliciesClient) ListByMobileNetworkComplete(ctx context.Context, id MobileNetworkId) (ListByMobileNetworkCompleteResult, error) + func (c SIMPoliciesClient) ListByMobileNetworkCompleteMatchingPredicate(ctx context.Context, id MobileNetworkId, predicate SimPolicyOperationPredicate) (result ListByMobileNetworkCompleteResult, err error) + type ServiceResourceId struct + Id string + type SimPolicy struct + Id *string + Location string + Name *string + Properties SimPolicyPropertiesFormat + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type SimPolicyOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p SimPolicyOperationPredicate) Matches(input SimPolicy) bool + type SimPolicyPropertiesFormat struct + DefaultSlice SliceResourceId + ProvisioningState *ProvisioningState + RegistrationTimer *int64 + RfspIndex *int64 + SiteProvisioningState *map[string]SiteProvisioningState + SliceConfigurations []SliceConfiguration + UeAmbr Ambr + type SiteProvisioningState string + const SiteProvisioningStateAdding + const SiteProvisioningStateDeleting + const SiteProvisioningStateFailed + const SiteProvisioningStateNotApplicable + const SiteProvisioningStateProvisioned + const SiteProvisioningStateUpdating + func (s *SiteProvisioningState) UnmarshalJSON(bytes []byte) error + type SliceConfiguration struct + DataNetworkConfigurations []DataNetworkConfiguration + DefaultDataNetwork DataNetworkResourceId + Slice SliceResourceId + type SliceResourceId struct + Id string