Documentation ¶
Index ¶
- func ValidateDeletedServiceID(input interface{}, key string) (warnings []string, errors []error)
- type DeleteOperationResponse
- type DeletedService
- type DeletedServiceId
- type DeletedServiceOperationPredicate
- type DeletedServiceProperties
- func (o *DeletedServiceProperties) GetScheduledPurgeDateAsTime() (*time.Time, error)
- func (o *DeletedServiceProperties) GetSoftDeletionDateAsTime() (*time.Time, error)
- func (o *DeletedServiceProperties) SetScheduledPurgeDateAsTime(input time.Time)
- func (o *DeletedServiceProperties) SetSoftDeletionDateAsTime(input time.Time)
- type DeletedServicesClient
- func (c DeletedServicesClient) Delete(ctx context.Context, id DeletedServiceId) (result DeleteOperationResponse, err error)
- func (c DeletedServicesClient) Get(ctx context.Context, id DeletedServiceId) (result GetOperationResponse, err error)
- func (c DeletedServicesClient) List(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListOperationResponse, err error)
- func (c DeletedServicesClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
- func (c DeletedServicesClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
- func (c DeletedServicesClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error)
- func (c DeletedServicesClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId, ...) (ListCompleteResult, error)
- func (c DeletedServicesClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListCompleteResult, err error)
- type GetOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionCustomPager
- type ListBySubscriptionOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationOptions
- type ListOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateDeletedServiceID ¶
ValidateDeletedServiceID checks that 'input' can be parsed as a Deleted Service ID
Types ¶
type DeleteOperationResponse ¶
type DeletedService ¶
type DeletedService struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *DeletedServiceProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type DeletedServiceId ¶
type DeletedServiceId struct { SubscriptionId string ResourceGroupName string DeletedServiceName string }
DeletedServiceId is a struct representing the Resource ID for a Deleted Service
func NewDeletedServiceID ¶
func NewDeletedServiceID(subscriptionId string, resourceGroupName string, deletedServiceName string) DeletedServiceId
NewDeletedServiceID returns a new DeletedServiceId struct
func ParseDeletedServiceID ¶
func ParseDeletedServiceID(input string) (*DeletedServiceId, error)
ParseDeletedServiceID parses 'input' into a DeletedServiceId
func ParseDeletedServiceIDInsensitively ¶
func ParseDeletedServiceIDInsensitively(input string) (*DeletedServiceId, error)
ParseDeletedServiceIDInsensitively parses 'input' case-insensitively into a DeletedServiceId note: this method should only be used for API response data and not user input
func (*DeletedServiceId) FromParseResult ¶
func (id *DeletedServiceId) FromParseResult(input resourceids.ParseResult) error
func (DeletedServiceId) ID ¶
func (id DeletedServiceId) ID() string
ID returns the formatted Deleted Service ID
func (DeletedServiceId) Segments ¶
func (id DeletedServiceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Deleted Service ID
func (DeletedServiceId) String ¶
func (id DeletedServiceId) String() string
String returns a human-readable description of this Deleted Service ID
type DeletedServiceOperationPredicate ¶
func (DeletedServiceOperationPredicate) Matches ¶
func (p DeletedServiceOperationPredicate) Matches(input DeletedService) bool
type DeletedServiceProperties ¶
type DeletedServiceProperties struct { ScheduledPurgeDate *string `json:"scheduledPurgeDate,omitempty"` SoftDeletionDate *string `json:"softDeletionDate,omitempty"` }
func (*DeletedServiceProperties) GetScheduledPurgeDateAsTime ¶
func (o *DeletedServiceProperties) GetScheduledPurgeDateAsTime() (*time.Time, error)
func (*DeletedServiceProperties) GetSoftDeletionDateAsTime ¶
func (o *DeletedServiceProperties) GetSoftDeletionDateAsTime() (*time.Time, error)
func (*DeletedServiceProperties) SetScheduledPurgeDateAsTime ¶
func (o *DeletedServiceProperties) SetScheduledPurgeDateAsTime(input time.Time)
func (*DeletedServiceProperties) SetSoftDeletionDateAsTime ¶
func (o *DeletedServiceProperties) SetSoftDeletionDateAsTime(input time.Time)
type DeletedServicesClient ¶
type DeletedServicesClient struct {
Client *resourcemanager.Client
}
func NewDeletedServicesClientWithBaseURI ¶
func NewDeletedServicesClientWithBaseURI(sdkApi sdkEnv.Api) (*DeletedServicesClient, error)
func (DeletedServicesClient) Delete ¶
func (c DeletedServicesClient) Delete(ctx context.Context, id DeletedServiceId) (result DeleteOperationResponse, err error)
Delete ...
func (DeletedServicesClient) Get ¶
func (c DeletedServicesClient) Get(ctx context.Context, id DeletedServiceId) (result GetOperationResponse, err error)
Get ...
func (DeletedServicesClient) List ¶
func (c DeletedServicesClient) List(ctx context.Context, id commonids.ResourceGroupId, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
func (DeletedServicesClient) ListBySubscription ¶
func (c DeletedServicesClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (DeletedServicesClient) ListBySubscriptionComplete ¶
func (c DeletedServicesClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all the results into a single object
func (DeletedServicesClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c DeletedServicesClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate DeletedServiceOperationPredicate) (result ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeletedServicesClient) ListComplete ¶
func (c DeletedServicesClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (DeletedServicesClient) ListCompleteMatchingPredicate ¶
func (c DeletedServicesClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, options ListOperationOptions, predicate DeletedServiceOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DeletedService }
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct { LatestHttpResponse *http.Response Items []DeletedService }
type ListBySubscriptionCustomPager ¶ added in v0.20240628.1153531
func (*ListBySubscriptionCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]DeletedService }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []DeletedService }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationOptions ¶
type ListOperationOptions struct {
Filter *string
}
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
func (ListOperationOptions) ToHeaders ¶
func (o ListOperationOptions) ToHeaders() *client.Headers
func (ListOperationOptions) ToOData ¶
func (o ListOperationOptions) ToOData() *odata.Query
func (ListOperationOptions) ToQuery ¶
func (o ListOperationOptions) ToQuery() *client.QueryParams
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]DeletedService }