Documentation ¶
Index ¶
- func ValidateFactoryID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateManagedVirtualNetworkID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type FactoryId
- type GetOperationOptions
- type GetOperationResponse
- type ListByFactoryCompleteResult
- type ListByFactoryOperationResponse
- type ManagedVirtualNetwork
- type ManagedVirtualNetworkId
- func NewManagedVirtualNetworkID(subscriptionId string, resourceGroupName string, factoryName string, ...) ManagedVirtualNetworkId
- func ParseManagedVirtualNetworkID(input string) (*ManagedVirtualNetworkId, error)
- func ParseManagedVirtualNetworkIDInsensitively(input string) (*ManagedVirtualNetworkId, error)
- type ManagedVirtualNetworkResource
- type ManagedVirtualNetworkResourceOperationPredicate
- type ManagedVirtualNetworksClient
- func (c ManagedVirtualNetworksClient) CreateOrUpdate(ctx context.Context, id ManagedVirtualNetworkId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedVirtualNetworksClient) Get(ctx context.Context, id ManagedVirtualNetworkId, options GetOperationOptions) (result GetOperationResponse, err error)
- func (c ManagedVirtualNetworksClient) ListByFactory(ctx context.Context, id FactoryId) (result ListByFactoryOperationResponse, err error)
- func (c ManagedVirtualNetworksClient) ListByFactoryComplete(ctx context.Context, id FactoryId) (ListByFactoryCompleteResult, error)
- func (c ManagedVirtualNetworksClient) ListByFactoryCompleteMatchingPredicate(ctx context.Context, id FactoryId, ...) (result ListByFactoryCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateFactoryID ¶
ValidateFactoryID checks that 'input' can be parsed as a Factory ID
func ValidateManagedVirtualNetworkID ¶
func ValidateManagedVirtualNetworkID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedVirtualNetworkID checks that 'input' can be parsed as a Managed Virtual Network ID
Types ¶
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
func (CreateOrUpdateOperationOptions) ToHeaders ¶ added in v0.20230516.1215417
func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (CreateOrUpdateOperationOptions) ToOData ¶ added in v0.20230516.1215417
func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query
func (CreateOrUpdateOperationOptions) ToQuery ¶ added in v0.20230516.1215417
func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedVirtualNetworkResource }
type FactoryId ¶
FactoryId is a struct representing the Resource ID for a Factory
func NewFactoryID ¶
NewFactoryID returns a new FactoryId struct
func ParseFactoryID ¶
ParseFactoryID parses 'input' into a FactoryId
func ParseFactoryIDInsensitively ¶
ParseFactoryIDInsensitively parses 'input' case-insensitively into a FactoryId note: this method should only be used for API response data and not user input
func (*FactoryId) FromParseResult ¶ added in v0.20231127.1171502
func (id *FactoryId) FromParseResult(input resourceids.ParseResult) error
func (FactoryId) Segments ¶
func (id FactoryId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Factory ID
type GetOperationOptions ¶
type GetOperationOptions struct {
IfNoneMatch *string
}
func DefaultGetOperationOptions ¶
func DefaultGetOperationOptions() GetOperationOptions
func (GetOperationOptions) ToHeaders ¶ added in v0.20230516.1215417
func (o GetOperationOptions) ToHeaders() *client.Headers
func (GetOperationOptions) ToOData ¶ added in v0.20230516.1215417
func (o GetOperationOptions) ToOData() *odata.Query
func (GetOperationOptions) ToQuery ¶ added in v0.20230516.1215417
func (o GetOperationOptions) ToQuery() *client.QueryParams
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedVirtualNetworkResource }
type ListByFactoryCompleteResult ¶
type ListByFactoryCompleteResult struct {
Items []ManagedVirtualNetworkResource
}
type ListByFactoryOperationResponse ¶
type ListByFactoryOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ManagedVirtualNetworkResource }
type ManagedVirtualNetwork ¶
type ManagedVirtualNetworkId ¶
type ManagedVirtualNetworkId struct { SubscriptionId string ResourceGroupName string FactoryName string ManagedVirtualNetworkName string }
ManagedVirtualNetworkId is a struct representing the Resource ID for a Managed Virtual Network
func NewManagedVirtualNetworkID ¶
func NewManagedVirtualNetworkID(subscriptionId string, resourceGroupName string, factoryName string, managedVirtualNetworkName string) ManagedVirtualNetworkId
NewManagedVirtualNetworkID returns a new ManagedVirtualNetworkId struct
func ParseManagedVirtualNetworkID ¶
func ParseManagedVirtualNetworkID(input string) (*ManagedVirtualNetworkId, error)
ParseManagedVirtualNetworkID parses 'input' into a ManagedVirtualNetworkId
func ParseManagedVirtualNetworkIDInsensitively ¶
func ParseManagedVirtualNetworkIDInsensitively(input string) (*ManagedVirtualNetworkId, error)
ParseManagedVirtualNetworkIDInsensitively parses 'input' case-insensitively into a ManagedVirtualNetworkId note: this method should only be used for API response data and not user input
func (*ManagedVirtualNetworkId) FromParseResult ¶ added in v0.20231127.1171502
func (id *ManagedVirtualNetworkId) FromParseResult(input resourceids.ParseResult) error
func (ManagedVirtualNetworkId) ID ¶
func (id ManagedVirtualNetworkId) ID() string
ID returns the formatted Managed Virtual Network ID
func (ManagedVirtualNetworkId) Segments ¶
func (id ManagedVirtualNetworkId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Virtual Network ID
func (ManagedVirtualNetworkId) String ¶
func (id ManagedVirtualNetworkId) String() string
String returns a human-readable description of this Managed Virtual Network ID
type ManagedVirtualNetworkResource ¶
type ManagedVirtualNetworkResource struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties ManagedVirtualNetwork `json:"properties"` Type *string `json:"type,omitempty"` }
type ManagedVirtualNetworkResourceOperationPredicate ¶
type ManagedVirtualNetworkResourceOperationPredicate struct { Etag *string Id *string Name *string Type *string }
func (ManagedVirtualNetworkResourceOperationPredicate) Matches ¶
func (p ManagedVirtualNetworkResourceOperationPredicate) Matches(input ManagedVirtualNetworkResource) bool
type ManagedVirtualNetworksClient ¶
type ManagedVirtualNetworksClient struct {
Client *resourcemanager.Client
}
func NewManagedVirtualNetworksClientWithBaseURI ¶
func NewManagedVirtualNetworksClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedVirtualNetworksClient, error)
func (ManagedVirtualNetworksClient) CreateOrUpdate ¶
func (c ManagedVirtualNetworksClient) CreateOrUpdate(ctx context.Context, id ManagedVirtualNetworkId, input ManagedVirtualNetworkResource, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedVirtualNetworksClient) Get ¶
func (c ManagedVirtualNetworksClient) Get(ctx context.Context, id ManagedVirtualNetworkId, options GetOperationOptions) (result GetOperationResponse, err error)
Get ...
func (ManagedVirtualNetworksClient) ListByFactory ¶
func (c ManagedVirtualNetworksClient) ListByFactory(ctx context.Context, id FactoryId) (result ListByFactoryOperationResponse, err error)
ListByFactory ...
func (ManagedVirtualNetworksClient) ListByFactoryComplete ¶
func (c ManagedVirtualNetworksClient) ListByFactoryComplete(ctx context.Context, id FactoryId) (ListByFactoryCompleteResult, error)
ListByFactoryComplete retrieves all the results into a single object
func (ManagedVirtualNetworksClient) ListByFactoryCompleteMatchingPredicate ¶
func (c ManagedVirtualNetworksClient) ListByFactoryCompleteMatchingPredicate(ctx context.Context, id FactoryId, predicate ManagedVirtualNetworkResourceOperationPredicate) (result ListByFactoryCompleteResult, err error)
ListByFactoryCompleteMatchingPredicate retrieves all the results and then applies the predicate