Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func ValidateMobileNetworkID(input interface{}, key string) (warnings []string, errors []error)
- type DataNetwork
- type DataNetworkOperationPredicate
- type DataNetworkPropertiesFormat
- type DataNetworksClient
- func (c DataNetworksClient) ListByMobileNetwork(ctx context.Context, id MobileNetworkId) (result ListByMobileNetworkOperationResponse, err error)
- func (c DataNetworksClient) ListByMobileNetworkComplete(ctx context.Context, id MobileNetworkId) (ListByMobileNetworkCompleteResult, error)
- func (c DataNetworksClient) ListByMobileNetworkCompleteMatchingPredicate(ctx context.Context, id MobileNetworkId, ...) (result ListByMobileNetworkCompleteResult, err error)
- type ListByMobileNetworkCompleteResult
- type ListByMobileNetworkCustomPager
- type ListByMobileNetworkOperationResponse
- type MobileNetworkId
- type ProvisioningState
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 DataNetwork ¶
type DataNetwork struct { Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *DataNetworkPropertiesFormat `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type DataNetworkOperationPredicate ¶
func (DataNetworkOperationPredicate) Matches ¶
func (p DataNetworkOperationPredicate) Matches(input DataNetwork) bool
type DataNetworkPropertiesFormat ¶
type DataNetworkPropertiesFormat struct { Description *string `json:"description,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` }
type DataNetworksClient ¶
type DataNetworksClient struct {
Client *resourcemanager.Client
}
func NewDataNetworksClientWithBaseURI ¶
func NewDataNetworksClientWithBaseURI(sdkApi sdkEnv.Api) (*DataNetworksClient, error)
func (DataNetworksClient) ListByMobileNetwork ¶
func (c DataNetworksClient) ListByMobileNetwork(ctx context.Context, id MobileNetworkId) (result ListByMobileNetworkOperationResponse, err error)
ListByMobileNetwork ...
func (DataNetworksClient) ListByMobileNetworkComplete ¶
func (c DataNetworksClient) ListByMobileNetworkComplete(ctx context.Context, id MobileNetworkId) (ListByMobileNetworkCompleteResult, error)
ListByMobileNetworkComplete retrieves all the results into a single object
func (DataNetworksClient) ListByMobileNetworkCompleteMatchingPredicate ¶
func (c DataNetworksClient) ListByMobileNetworkCompleteMatchingPredicate(ctx context.Context, id MobileNetworkId, predicate DataNetworkOperationPredicate) (result ListByMobileNetworkCompleteResult, err error)
ListByMobileNetworkCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListByMobileNetworkCompleteResult ¶
type ListByMobileNetworkCompleteResult struct { LatestHttpResponse *http.Response Items []DataNetwork }
type ListByMobileNetworkCustomPager ¶ added in v0.20240628.1153531
func (*ListByMobileNetworkCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByMobileNetworkCustomPager) NextPageLink() *odata.Link
type ListByMobileNetworkOperationResponse ¶
type ListByMobileNetworkOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]DataNetwork }
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 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