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 PossibleValuesForProvisioningState() []string + func ValidateMobileNetworkID(input interface{}, key string) (warnings []string, errors []error) + type ListByMobileNetworkCompleteResult struct + Items []Site + LatestHttpResponse *http.Response + type ListByMobileNetworkCustomPager struct + NextLink *odata.Link + func (p *ListByMobileNetworkCustomPager) NextPageLink() *odata.Link + type ListByMobileNetworkOperationResponse struct + HttpResponse *http.Response + Model *[]Site + 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 ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUnknown + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type Site struct + Id *string + Location string + Name *string + Properties *SitePropertiesFormat + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type SiteOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p SiteOperationPredicate) Matches(input Site) bool + type SitePropertiesFormat struct + NetworkFunctions *[]SubResource + ProvisioningState *ProvisioningState + type SitesClient struct + Client *resourcemanager.Client + func NewSitesClientWithBaseURI(sdkApi sdkEnv.Api) (*SitesClient, error) + func (c SitesClient) ListByMobileNetwork(ctx context.Context, id MobileNetworkId) (result ListByMobileNetworkOperationResponse, err error) + func (c SitesClient) ListByMobileNetworkComplete(ctx context.Context, id MobileNetworkId) (ListByMobileNetworkCompleteResult, error) + func (c SitesClient) ListByMobileNetworkCompleteMatchingPredicate(ctx context.Context, id MobileNetworkId, predicate SiteOperationPredicate) (result ListByMobileNetworkCompleteResult, err error) + type SubResource struct + Id string