Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func ValidateMobileNetworkID(input interface{}, key string) (warnings []string, errors []error)
- type HomeNetworkPublicKey
- type KeyVaultKey
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupCustomPager
- type ListByResourceGroupOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionCustomPager
- type ListBySubscriptionOperationResponse
- type ListSimGroupsCompleteResult
- type ListSimGroupsCustomPager
- type ListSimGroupsOperationResponse
- type MobileNetwork
- type MobileNetworkId
- type MobileNetworkOperationPredicate
- type MobileNetworkPropertiesFormat
- type MobileNetworkResourceId
- type MobileNetworksClient
- func (c MobileNetworksClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
- func (c MobileNetworksClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c MobileNetworksClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error)
- func (c MobileNetworksClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
- func (c MobileNetworksClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
- func (c MobileNetworksClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error)
- func (c MobileNetworksClient) ListSimGroups(ctx context.Context, id MobileNetworkId) (result ListSimGroupsOperationResponse, err error)
- func (c MobileNetworksClient) ListSimGroupsComplete(ctx context.Context, id MobileNetworkId) (ListSimGroupsCompleteResult, error)
- func (c MobileNetworksClient) ListSimGroupsCompleteMatchingPredicate(ctx context.Context, id MobileNetworkId, predicate SimGroupOperationPredicate) (result ListSimGroupsCompleteResult, err error)
- type PlmnId
- type ProvisioningState
- type PublicLandMobileNetwork
- type PublicLandMobileNetworkHomeNetworkPublicKeys
- type SimGroup
- type SimGroupOperationPredicate
- type SimGroupPropertiesFormat
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateMobileNetworkID ¶
ValidateMobileNetworkID checks that 'input' can be parsed as a Mobile Network ID
Types ¶
type HomeNetworkPublicKey ¶
type KeyVaultKey ¶
type KeyVaultKey struct {
KeyUrl *string `json:"keyUrl,omitempty"`
}
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct { LatestHttpResponse *http.Response Items []MobileNetwork }
type ListByResourceGroupCustomPager ¶ added in v0.20240628.1153531
func (*ListByResourceGroupCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]MobileNetwork }
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct { LatestHttpResponse *http.Response Items []MobileNetwork }
type ListBySubscriptionCustomPager ¶ added in v0.20240628.1153531
func (*ListBySubscriptionCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]MobileNetwork }
type ListSimGroupsCustomPager ¶ added in v0.20240628.1153531
func (*ListSimGroupsCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListSimGroupsCustomPager) NextPageLink() *odata.Link
type MobileNetwork ¶
type MobileNetwork struct { Id *string `json:"id,omitempty"` Identity *identity.UserAssignedMap `json:"identity,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties MobileNetworkPropertiesFormat `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type MobileNetworkId ¶
type MobileNetworkId struct { SubscriptionId string ResourceGroupName string MobileNetworkName string }
MobileNetworkId is a struct representing the Resource ID for a Mobile Network
func NewMobileNetworkID ¶
func NewMobileNetworkID(subscriptionId string, resourceGroupName string, mobileNetworkName string) MobileNetworkId
NewMobileNetworkID returns a new MobileNetworkId struct
func ParseMobileNetworkID ¶
func ParseMobileNetworkID(input string) (*MobileNetworkId, error)
ParseMobileNetworkID parses 'input' into a MobileNetworkId
func ParseMobileNetworkIDInsensitively ¶
func ParseMobileNetworkIDInsensitively(input string) (*MobileNetworkId, error)
ParseMobileNetworkIDInsensitively parses 'input' case-insensitively into a MobileNetworkId note: this method should only be used for API response data and not user input
func (*MobileNetworkId) FromParseResult ¶
func (id *MobileNetworkId) FromParseResult(input resourceids.ParseResult) error
func (MobileNetworkId) ID ¶
func (id MobileNetworkId) ID() string
ID returns the formatted Mobile Network ID
func (MobileNetworkId) Segments ¶
func (id MobileNetworkId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Mobile Network ID
func (MobileNetworkId) String ¶
func (id MobileNetworkId) String() string
String returns a human-readable description of this Mobile Network ID
type MobileNetworkOperationPredicate ¶
type MobileNetworkOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (MobileNetworkOperationPredicate) Matches ¶
func (p MobileNetworkOperationPredicate) Matches(input MobileNetwork) bool
type MobileNetworkPropertiesFormat ¶
type MobileNetworkPropertiesFormat struct { ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` PublicLandMobileNetworkIdentifier PlmnId `json:"publicLandMobileNetworkIdentifier"` PublicLandMobileNetworks *[]PublicLandMobileNetwork `json:"publicLandMobileNetworks,omitempty"` ServiceKey *string `json:"serviceKey,omitempty"` }
type MobileNetworkResourceId ¶
type MobileNetworkResourceId struct {
Id string `json:"id"`
}
type MobileNetworksClient ¶
type MobileNetworksClient struct {
Client *resourcemanager.Client
}
func NewMobileNetworksClientWithBaseURI ¶
func NewMobileNetworksClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileNetworksClient, error)
func (MobileNetworksClient) ListByResourceGroup ¶
func (c MobileNetworksClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (MobileNetworksClient) ListByResourceGroupComplete ¶
func (c MobileNetworksClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (MobileNetworksClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c MobileNetworksClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate MobileNetworkOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (MobileNetworksClient) ListBySubscription ¶
func (c MobileNetworksClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (MobileNetworksClient) ListBySubscriptionComplete ¶
func (c MobileNetworksClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all the results into a single object
func (MobileNetworksClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c MobileNetworksClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate MobileNetworkOperationPredicate) (result ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (MobileNetworksClient) ListSimGroups ¶
func (c MobileNetworksClient) ListSimGroups(ctx context.Context, id MobileNetworkId) (result ListSimGroupsOperationResponse, err error)
ListSimGroups ...
func (MobileNetworksClient) ListSimGroupsComplete ¶
func (c MobileNetworksClient) ListSimGroupsComplete(ctx context.Context, id MobileNetworkId) (ListSimGroupsCompleteResult, error)
ListSimGroupsComplete retrieves all the results into a single object
func (MobileNetworksClient) ListSimGroupsCompleteMatchingPredicate ¶
func (c MobileNetworksClient) ListSimGroupsCompleteMatchingPredicate(ctx context.Context, id MobileNetworkId, predicate SimGroupOperationPredicate) (result ListSimGroupsCompleteResult, err error)
ListSimGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateAccepted ProvisioningState = "Accepted" ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateDeleted ProvisioningState = "Deleted" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUnknown ProvisioningState = "Unknown" )
func (*ProvisioningState) UnmarshalJSON ¶
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error
type PublicLandMobileNetwork ¶
type PublicLandMobileNetwork struct { HomeNetworkPublicKeys *PublicLandMobileNetworkHomeNetworkPublicKeys `json:"homeNetworkPublicKeys,omitempty"` Mcc string `json:"mcc"` Mnc string `json:"mnc"` }
type PublicLandMobileNetworkHomeNetworkPublicKeys ¶
type PublicLandMobileNetworkHomeNetworkPublicKeys struct { ProfileA *[]HomeNetworkPublicKey `json:"profileA,omitempty"` ProfileB *[]HomeNetworkPublicKey `json:"profileB,omitempty"` }
type SimGroup ¶
type SimGroup struct { Id *string `json:"id,omitempty"` Identity *identity.UserAssignedMap `json:"identity,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties SimGroupPropertiesFormat `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type SimGroupOperationPredicate ¶
func (SimGroupOperationPredicate) Matches ¶
func (p SimGroupOperationPredicate) Matches(input SimGroup) bool
type SimGroupPropertiesFormat ¶
type SimGroupPropertiesFormat struct { EncryptionKey *KeyVaultKey `json:"encryptionKey,omitempty"` MobileNetwork *MobileNetworkResourceId `json:"mobileNetwork,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` }
Source Files ¶
- client.go
- constants.go
- id_mobilenetwork.go
- method_listbyresourcegroup.go
- method_listbysubscription.go
- method_listsimgroups.go
- model_homenetworkpublickey.go
- model_keyvaultkey.go
- model_mobilenetwork.go
- model_mobilenetworkpropertiesformat.go
- model_mobilenetworkresourceid.go
- model_plmnid.go
- model_publiclandmobilenetwork.go
- model_publiclandmobilenetworkhomenetworkpublickeys.go
- model_simgroup.go
- model_simgrouppropertiesformat.go
- predicates.go
- version.go