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 ValidateProductID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *WikiContract + OData *odata.OData + type DeleteOperationOptions struct + IfMatch *string + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *WikiContract + OData *odata.OData + type ListCompleteResult struct + Items []WikiContract + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Filter *string + Skip *int64 + 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 *[]WikiContract + OData *odata.OData + type ProductId struct + ProductId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewProductID(subscriptionId string, resourceGroupName string, serviceName string, ...) ProductId + func ParseProductID(input string) (*ProductId, error) + func ParseProductIDInsensitively(input string) (*ProductId, error) + func (id *ProductId) FromParseResult(input resourceids.ParseResult) error + func (id ProductId) ID() string + func (id ProductId) Segments() []resourceids.Segment + func (id ProductId) String() string + type ProductWikiClient struct + Client *resourcemanager.Client + func NewProductWikiClientWithBaseURI(sdkApi sdkEnv.Api) (*ProductWikiClient, error) + func (c ProductWikiClient) CreateOrUpdate(ctx context.Context, id ProductId, input WikiContract, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ProductWikiClient) Delete(ctx context.Context, id ProductId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c ProductWikiClient) Get(ctx context.Context, id ProductId) (result GetOperationResponse, err error) + func (c ProductWikiClient) GetEntityTag(ctx context.Context, id ProductId) (result GetEntityTagOperationResponse, err error) + func (c ProductWikiClient) List(ctx context.Context, id ProductId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c ProductWikiClient) ListComplete(ctx context.Context, id ProductId, options ListOperationOptions) (ListCompleteResult, error) + func (c ProductWikiClient) ListCompleteMatchingPredicate(ctx context.Context, id ProductId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c ProductWikiClient) Update(ctx context.Context, id ProductId, input WikiUpdateContract, ...) (result UpdateOperationResponse, err error) + type UpdateOperationOptions struct + IfMatch *string + func DefaultUpdateOperationOptions() UpdateOperationOptions + func (o UpdateOperationOptions) ToHeaders() *client.Headers + func (o UpdateOperationOptions) ToOData() *odata.Query + func (o UpdateOperationOptions) ToQuery() *client.QueryParams + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *WikiContract + OData *odata.OData + type WikiContract struct + Id *string + Name *string + Properties *WikiContractProperties + Type *string + type WikiContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p WikiContractOperationPredicate) Matches(input WikiContract) bool + type WikiContractProperties struct + Documents *[]WikiDocumentationContract + type WikiDocumentationContract struct + DocumentationId *string + type WikiUpdateContract struct + Properties *WikiContractProperties