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 ValidateReplicationNetworkID(input interface{}, key string) (warnings []string, errors []error) + func ValidateVaultID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *Network + OData *odata.OData + type ListByReplicationFabricsCompleteResult struct + Items []Network + LatestHttpResponse *http.Response + type ListByReplicationFabricsCustomPager struct + NextLink *odata.Link + func (p *ListByReplicationFabricsCustomPager) NextPageLink() *odata.Link + type ListByReplicationFabricsOperationResponse struct + HttpResponse *http.Response + Model *[]Network + OData *odata.OData + type ListCompleteResult struct + Items []Network + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]Network + OData *odata.OData + type Network struct + Id *string + Location *string + Name *string + Properties *NetworkProperties + Type *string + type NetworkOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p NetworkOperationPredicate) Matches(input Network) bool + type NetworkProperties struct + FabricType *string + FriendlyName *string + NetworkType *string + Subnets *[]Subnet + 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 ReplicationNetworkId struct + ReplicationFabricName string + ReplicationNetworkName string + ResourceGroupName string + SubscriptionId string + VaultName string + func NewReplicationNetworkID(subscriptionId string, resourceGroupName string, vaultName string, ...) ReplicationNetworkId + func ParseReplicationNetworkID(input string) (*ReplicationNetworkId, error) + func ParseReplicationNetworkIDInsensitively(input string) (*ReplicationNetworkId, error) + func (id *ReplicationNetworkId) FromParseResult(input resourceids.ParseResult) error + func (id ReplicationNetworkId) ID() string + func (id ReplicationNetworkId) Segments() []resourceids.Segment + func (id ReplicationNetworkId) String() string + type ReplicationNetworksClient struct + Client *resourcemanager.Client + func NewReplicationNetworksClientWithBaseURI(sdkApi sdkEnv.Api) (*ReplicationNetworksClient, error) + func (c ReplicationNetworksClient) Get(ctx context.Context, id ReplicationNetworkId) (result GetOperationResponse, err error) + func (c ReplicationNetworksClient) List(ctx context.Context, id VaultId) (result ListOperationResponse, err error) + func (c ReplicationNetworksClient) ListByReplicationFabrics(ctx context.Context, id ReplicationFabricId) (result ListByReplicationFabricsOperationResponse, err error) + func (c ReplicationNetworksClient) ListByReplicationFabricsComplete(ctx context.Context, id ReplicationFabricId) (ListByReplicationFabricsCompleteResult, error) + func (c ReplicationNetworksClient) ListByReplicationFabricsCompleteMatchingPredicate(ctx context.Context, id ReplicationFabricId, ...) (result ListByReplicationFabricsCompleteResult, err error) + func (c ReplicationNetworksClient) ListComplete(ctx context.Context, id VaultId) (ListCompleteResult, error) + func (c ReplicationNetworksClient) ListCompleteMatchingPredicate(ctx context.Context, id VaultId, predicate NetworkOperationPredicate) (result ListCompleteResult, err error) + type Subnet struct + AddressList *[]string + FriendlyName *string + Name *string + type VaultId struct + ResourceGroupName string + SubscriptionId string + VaultName string + func NewVaultID(subscriptionId string, resourceGroupName string, vaultName string) VaultId + func ParseVaultID(input string) (*VaultId, error) + func ParseVaultIDInsensitively(input string) (*VaultId, error) + func (id *VaultId) FromParseResult(input resourceids.ParseResult) error + func (id VaultId) ID() string + func (id VaultId) Segments() []resourceids.Segment + func (id VaultId) String() string