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 PossibleValuesForScopeConnectionState() []string + func ValidateNetworkManagerID(input interface{}, key string) (warnings []string, errors []error) + func ValidateScopeConnectionID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ScopeConnection + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *ScopeConnection + OData *odata.OData + type ListCompleteResult struct + Items []ScopeConnection + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Top *int64 + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ScopeConnection + OData *odata.OData + type NetworkManagerId struct + NetworkManagerName string + ResourceGroupName string + SubscriptionId string + func NewNetworkManagerID(subscriptionId string, resourceGroupName string, networkManagerName string) NetworkManagerId + func ParseNetworkManagerID(input string) (*NetworkManagerId, error) + func ParseNetworkManagerIDInsensitively(input string) (*NetworkManagerId, error) + func (id *NetworkManagerId) FromParseResult(input resourceids.ParseResult) error + func (id NetworkManagerId) ID() string + func (id NetworkManagerId) Segments() []resourceids.Segment + func (id NetworkManagerId) String() string + type ScopeConnection struct + Etag *string + Id *string + Name *string + Properties *ScopeConnectionProperties + SystemData *systemdata.SystemData + Type *string + type ScopeConnectionId struct + NetworkManagerName string + ResourceGroupName string + ScopeConnectionName string + SubscriptionId string + func NewScopeConnectionID(subscriptionId string, resourceGroupName string, networkManagerName string, ...) ScopeConnectionId + func ParseScopeConnectionID(input string) (*ScopeConnectionId, error) + func ParseScopeConnectionIDInsensitively(input string) (*ScopeConnectionId, error) + func (id *ScopeConnectionId) FromParseResult(input resourceids.ParseResult) error + func (id ScopeConnectionId) ID() string + func (id ScopeConnectionId) Segments() []resourceids.Segment + func (id ScopeConnectionId) String() string + type ScopeConnectionOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p ScopeConnectionOperationPredicate) Matches(input ScopeConnection) bool + type ScopeConnectionProperties struct + ConnectionState *ScopeConnectionState + Description *string + ResourceId *string + TenantId *string + type ScopeConnectionState string + const ScopeConnectionStateConflict + const ScopeConnectionStateConnected + const ScopeConnectionStatePending + const ScopeConnectionStateRejected + const ScopeConnectionStateRevoked + func (s *ScopeConnectionState) UnmarshalJSON(bytes []byte) error + type ScopeConnectionsClient struct + Client *resourcemanager.Client + func NewScopeConnectionsClientWithBaseURI(sdkApi sdkEnv.Api) (*ScopeConnectionsClient, error) + func (c ScopeConnectionsClient) CreateOrUpdate(ctx context.Context, id ScopeConnectionId, input ScopeConnection) (result CreateOrUpdateOperationResponse, err error) + func (c ScopeConnectionsClient) Delete(ctx context.Context, id ScopeConnectionId) (result DeleteOperationResponse, err error) + func (c ScopeConnectionsClient) Get(ctx context.Context, id ScopeConnectionId) (result GetOperationResponse, err error) + func (c ScopeConnectionsClient) List(ctx context.Context, id NetworkManagerId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c ScopeConnectionsClient) ListComplete(ctx context.Context, id NetworkManagerId, options ListOperationOptions) (ListCompleteResult, error) + func (c ScopeConnectionsClient) ListCompleteMatchingPredicate(ctx context.Context, id NetworkManagerId, options ListOperationOptions, ...) (result ListCompleteResult, err error)