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 ValidateBastionHostID(input interface{}, key string) (warnings []string, errors []error) + type BastionHostId struct + BastionHostName string + ResourceGroupName string + SubscriptionId string + func NewBastionHostID(subscriptionId string, resourceGroupName string, bastionHostName string) BastionHostId + func ParseBastionHostID(input string) (*BastionHostId, error) + func ParseBastionHostIDInsensitively(input string) (*BastionHostId, error) + func (id *BastionHostId) FromParseResult(input resourceids.ParseResult) error + func (id BastionHostId) ID() string + func (id BastionHostId) Segments() []resourceids.Segment + func (id BastionHostId) String() string + type BastionShareableLink struct + Bsl *string + CreatedAt *string + Message *string + VM Resource + type BastionShareableLinkClient struct + Client *resourcemanager.Client + func NewBastionShareableLinkClientWithBaseURI(sdkApi sdkEnv.Api) (*BastionShareableLinkClient, error) + func (c BastionShareableLinkClient) DeleteBastionShareableLink(ctx context.Context, id BastionHostId, input BastionShareableLinkListRequest) (result DeleteBastionShareableLinkOperationResponse, err error) + func (c BastionShareableLinkClient) DeleteBastionShareableLinkByToken(ctx context.Context, id BastionHostId, ...) (result DeleteBastionShareableLinkByTokenOperationResponse, err error) + func (c BastionShareableLinkClient) DeleteBastionShareableLinkByTokenThenPoll(ctx context.Context, id BastionHostId, ...) error + func (c BastionShareableLinkClient) DeleteBastionShareableLinkThenPoll(ctx context.Context, id BastionHostId, input BastionShareableLinkListRequest) error + func (c BastionShareableLinkClient) GetBastionShareableLink(ctx context.Context, id BastionHostId, input BastionShareableLinkListRequest) (result GetBastionShareableLinkOperationResponse, err error) + func (c BastionShareableLinkClient) GetBastionShareableLinkComplete(ctx context.Context, id BastionHostId, input BastionShareableLinkListRequest) (GetBastionShareableLinkCompleteResult, error) + func (c BastionShareableLinkClient) GetBastionShareableLinkCompleteMatchingPredicate(ctx context.Context, id BastionHostId, input BastionShareableLinkListRequest, ...) (result GetBastionShareableLinkCompleteResult, err error) + func (c BastionShareableLinkClient) PutBastionShareableLink(ctx context.Context, id BastionHostId, input BastionShareableLinkListRequest) (result PutBastionShareableLinkOperationResponse, err error) + func (c BastionShareableLinkClient) PutBastionShareableLinkThenPoll(ctx context.Context, id BastionHostId, input BastionShareableLinkListRequest) error + type BastionShareableLinkListRequest struct + VMs *[]BastionShareableLink + type BastionShareableLinkOperationPredicate struct + Bsl *string + CreatedAt *string + Message *string + func (p BastionShareableLinkOperationPredicate) Matches(input BastionShareableLink) bool + type BastionShareableLinkTokenListRequest struct + Tokens *[]string + type DeleteBastionShareableLinkByTokenOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type DeleteBastionShareableLinkOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetBastionShareableLinkCompleteResult struct + Items []BastionShareableLink + LatestHttpResponse *http.Response + type GetBastionShareableLinkCustomPager struct + NextLink *odata.Link + func (p *GetBastionShareableLinkCustomPager) NextPageLink() *odata.Link + type GetBastionShareableLinkOperationResponse struct + HttpResponse *http.Response + Model *[]BastionShareableLink + OData *odata.OData + type PutBastionShareableLinkCompleteResult struct + Items []BastionShareableLink + LatestHttpResponse *http.Response + type PutBastionShareableLinkCustomPager struct + NextLink *odata.Link + func (p *PutBastionShareableLinkCustomPager) NextPageLink() *odata.Link + type PutBastionShareableLinkOperationResponse struct + HttpResponse *http.Response + Model *[]BastionShareableLink + OData *odata.OData + Poller pollers.Poller + type Resource struct + Id *string + Location *string + Name *string + Tags *map[string]string + Type *string