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 ValidateReplicationFabricID(input interface{}, key string) (warnings []string, errors []error) + func ValidateReplicationLogicalNetworkID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *LogicalNetwork + OData *odata.OData + type ListByReplicationFabricsCompleteResult struct + Items []LogicalNetwork + LatestHttpResponse *http.Response + type ListByReplicationFabricsCustomPager struct + NextLink *odata.Link + func (p *ListByReplicationFabricsCustomPager) NextPageLink() *odata.Link + type ListByReplicationFabricsOperationResponse struct + HttpResponse *http.Response + Model *[]LogicalNetwork + OData *odata.OData + type LogicalNetwork struct + Id *string + Location *string + Name *string + Properties *LogicalNetworkProperties + Type *string + type LogicalNetworkOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p LogicalNetworkOperationPredicate) Matches(input LogicalNetwork) bool + type LogicalNetworkProperties struct + FriendlyName *string + LogicalNetworkDefinitionsStatus *string + LogicalNetworkUsage *string + NetworkVirtualizationStatus *string + type ReplicationFabricId struct + ReplicationFabricName string + ResourceGroupName string + SubscriptionId string + VaultName string + func NewReplicationFabricID(subscriptionId string, resourceGroupName string, vaultName string, ...) ReplicationFabricId + func ParseReplicationFabricID(input string) (*ReplicationFabricId, error) + func ParseReplicationFabricIDInsensitively(input string) (*ReplicationFabricId, error) + func (id *ReplicationFabricId) FromParseResult(input resourceids.ParseResult) error + func (id ReplicationFabricId) ID() string + func (id ReplicationFabricId) Segments() []resourceids.Segment + func (id ReplicationFabricId) String() string + type ReplicationLogicalNetworkId struct + ReplicationFabricName string + ReplicationLogicalNetworkName string + ResourceGroupName string + SubscriptionId string + VaultName string + func NewReplicationLogicalNetworkID(subscriptionId string, resourceGroupName string, vaultName string, ...) ReplicationLogicalNetworkId + func ParseReplicationLogicalNetworkID(input string) (*ReplicationLogicalNetworkId, error) + func ParseReplicationLogicalNetworkIDInsensitively(input string) (*ReplicationLogicalNetworkId, error) + func (id *ReplicationLogicalNetworkId) FromParseResult(input resourceids.ParseResult) error + func (id ReplicationLogicalNetworkId) ID() string + func (id ReplicationLogicalNetworkId) Segments() []resourceids.Segment + func (id ReplicationLogicalNetworkId) String() string + type ReplicationLogicalNetworksClient struct + Client *resourcemanager.Client + func NewReplicationLogicalNetworksClientWithBaseURI(sdkApi sdkEnv.Api) (*ReplicationLogicalNetworksClient, error) + func (c ReplicationLogicalNetworksClient) Get(ctx context.Context, id ReplicationLogicalNetworkId) (result GetOperationResponse, err error) + func (c ReplicationLogicalNetworksClient) ListByReplicationFabrics(ctx context.Context, id ReplicationFabricId) (result ListByReplicationFabricsOperationResponse, err error) + func (c ReplicationLogicalNetworksClient) ListByReplicationFabricsComplete(ctx context.Context, id ReplicationFabricId) (ListByReplicationFabricsCompleteResult, error) + func (c ReplicationLogicalNetworksClient) ListByReplicationFabricsCompleteMatchingPredicate(ctx context.Context, id ReplicationFabricId, ...) (result ListByReplicationFabricsCompleteResult, err error)