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 PossibleValuesForPortalRevisionStatus() []string + func ValidatePortalRevisionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *PortalRevisionContract + OData *odata.OData + Poller pollers.Poller + type GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *PortalRevisionContract + OData *odata.OData + type ListByServiceCompleteResult struct + Items []PortalRevisionContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultListByServiceOperationOptions() ListByServiceOperationOptions + func (o ListByServiceOperationOptions) ToHeaders() *client.Headers + func (o ListByServiceOperationOptions) ToOData() *odata.Query + func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]PortalRevisionContract + OData *odata.OData + type PortalRevisionClient struct + Client *resourcemanager.Client + func NewPortalRevisionClientWithBaseURI(sdkApi sdkEnv.Api) (*PortalRevisionClient, error) + func (c PortalRevisionClient) CreateOrUpdate(ctx context.Context, id PortalRevisionId, input PortalRevisionContract) (result CreateOrUpdateOperationResponse, err error) + func (c PortalRevisionClient) CreateOrUpdateThenPoll(ctx context.Context, id PortalRevisionId, input PortalRevisionContract) error + func (c PortalRevisionClient) Get(ctx context.Context, id PortalRevisionId) (result GetOperationResponse, err error) + func (c PortalRevisionClient) GetEntityTag(ctx context.Context, id PortalRevisionId) (result GetEntityTagOperationResponse, err error) + func (c PortalRevisionClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c PortalRevisionClient) ListByServiceComplete(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c PortalRevisionClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error) + func (c PortalRevisionClient) Update(ctx context.Context, id PortalRevisionId, input PortalRevisionContract, ...) (result UpdateOperationResponse, err error) + func (c PortalRevisionClient) UpdateThenPoll(ctx context.Context, id PortalRevisionId, input PortalRevisionContract, ...) error + type PortalRevisionContract struct + Id *string + Name *string + Properties *PortalRevisionContractProperties + Type *string + type PortalRevisionContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p PortalRevisionContractOperationPredicate) Matches(input PortalRevisionContract) bool + type PortalRevisionContractProperties struct + CreatedDateTime *string + Description *string + IsCurrent *bool + ProvisioningState *string + Status *PortalRevisionStatus + StatusDetails *string + UpdatedDateTime *string + func (o *PortalRevisionContractProperties) GetCreatedDateTimeAsTime() (*time.Time, error) + func (o *PortalRevisionContractProperties) GetUpdatedDateTimeAsTime() (*time.Time, error) + func (o *PortalRevisionContractProperties) SetCreatedDateTimeAsTime(input time.Time) + func (o *PortalRevisionContractProperties) SetUpdatedDateTimeAsTime(input time.Time) + type PortalRevisionId struct + PortalRevisionId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewPortalRevisionID(subscriptionId string, resourceGroupName string, serviceName string, ...) PortalRevisionId + func ParsePortalRevisionID(input string) (*PortalRevisionId, error) + func ParsePortalRevisionIDInsensitively(input string) (*PortalRevisionId, error) + func (id *PortalRevisionId) FromParseResult(input resourceids.ParseResult) error + func (id PortalRevisionId) ID() string + func (id PortalRevisionId) Segments() []resourceids.Segment + func (id PortalRevisionId) String() string + type PortalRevisionStatus string + const PortalRevisionStatusCompleted + const PortalRevisionStatusFailed + const PortalRevisionStatusPending + const PortalRevisionStatusPublishing + func (s *PortalRevisionStatus) UnmarshalJSON(bytes []byte) error + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string + 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 *PortalRevisionContract + OData *odata.OData + Poller pollers.Poller