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 PossibleValuesForGlobalReachConnectionProvisioningState() []string + func PossibleValuesForGlobalReachConnectionStatus() []string + func ValidateGlobalReachConnectionID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateCloudID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *GlobalReachConnection + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *GlobalReachConnection + OData *odata.OData + type GlobalReachConnection struct + Id *string + Name *string + Properties *GlobalReachConnectionProperties + SystemData *systemdata.SystemData + Type *string + type GlobalReachConnectionId struct + GlobalReachConnectionName string + PrivateCloudName string + ResourceGroupName string + SubscriptionId string + func NewGlobalReachConnectionID(subscriptionId string, resourceGroupName string, privateCloudName string, ...) GlobalReachConnectionId + func ParseGlobalReachConnectionID(input string) (*GlobalReachConnectionId, error) + func ParseGlobalReachConnectionIDInsensitively(input string) (*GlobalReachConnectionId, error) + func (id *GlobalReachConnectionId) FromParseResult(input resourceids.ParseResult) error + func (id GlobalReachConnectionId) ID() string + func (id GlobalReachConnectionId) Segments() []resourceids.Segment + func (id GlobalReachConnectionId) String() string + type GlobalReachConnectionOperationPredicate struct + Id *string + Name *string + Type *string + func (p GlobalReachConnectionOperationPredicate) Matches(input GlobalReachConnection) bool + type GlobalReachConnectionProperties struct + AddressPrefix *string + AuthorizationKey *string + CircuitConnectionStatus *GlobalReachConnectionStatus + ExpressRouteId *string + PeerExpressRouteCircuit *string + ProvisioningState *GlobalReachConnectionProvisioningState + type GlobalReachConnectionProvisioningState string + const GlobalReachConnectionProvisioningStateCanceled + const GlobalReachConnectionProvisioningStateFailed + const GlobalReachConnectionProvisioningStateSucceeded + const GlobalReachConnectionProvisioningStateUpdating + func (s *GlobalReachConnectionProvisioningState) UnmarshalJSON(bytes []byte) error + type GlobalReachConnectionStatus string + const GlobalReachConnectionStatusConnected + const GlobalReachConnectionStatusConnecting + const GlobalReachConnectionStatusDisconnected + func (s *GlobalReachConnectionStatus) UnmarshalJSON(bytes []byte) error + type GlobalReachConnectionsClient struct + Client *resourcemanager.Client + func NewGlobalReachConnectionsClientWithBaseURI(sdkApi sdkEnv.Api) (*GlobalReachConnectionsClient, error) + func (c GlobalReachConnectionsClient) CreateOrUpdate(ctx context.Context, id GlobalReachConnectionId, input GlobalReachConnection) (result CreateOrUpdateOperationResponse, err error) + func (c GlobalReachConnectionsClient) CreateOrUpdateThenPoll(ctx context.Context, id GlobalReachConnectionId, input GlobalReachConnection) error + func (c GlobalReachConnectionsClient) Delete(ctx context.Context, id GlobalReachConnectionId) (result DeleteOperationResponse, err error) + func (c GlobalReachConnectionsClient) DeleteThenPoll(ctx context.Context, id GlobalReachConnectionId) error + func (c GlobalReachConnectionsClient) Get(ctx context.Context, id GlobalReachConnectionId) (result GetOperationResponse, err error) + func (c GlobalReachConnectionsClient) List(ctx context.Context, id PrivateCloudId) (result ListOperationResponse, err error) + func (c GlobalReachConnectionsClient) ListComplete(ctx context.Context, id PrivateCloudId) (ListCompleteResult, error) + func (c GlobalReachConnectionsClient) ListCompleteMatchingPredicate(ctx context.Context, id PrivateCloudId, ...) (result ListCompleteResult, err error) + type ListCompleteResult struct + Items []GlobalReachConnection + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]GlobalReachConnection + OData *odata.OData + type PrivateCloudId struct + PrivateCloudName string + ResourceGroupName string + SubscriptionId string + func NewPrivateCloudID(subscriptionId string, resourceGroupName string, privateCloudName string) PrivateCloudId + func ParsePrivateCloudID(input string) (*PrivateCloudId, error) + func ParsePrivateCloudIDInsensitively(input string) (*PrivateCloudId, error) + func (id *PrivateCloudId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateCloudId) ID() string + func (id PrivateCloudId) Segments() []resourceids.Segment + func (id PrivateCloudId) String() string