Documentation ¶
Index ¶
- func PossibleValuesForLedgerDigestUploadsState() []string
- type CreateOrUpdateOperationResponse
- type DisableOperationResponse
- type GetOperationResponse
- type LedgerDigestUploads
- type LedgerDigestUploadsClient
- func (c LedgerDigestUploadsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlDatabaseId, input LedgerDigestUploads) (result CreateOrUpdateOperationResponse, err error)
- func (c LedgerDigestUploadsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlDatabaseId, input LedgerDigestUploads) error
- func (c LedgerDigestUploadsClient) Disable(ctx context.Context, id commonids.SqlDatabaseId) (result DisableOperationResponse, err error)
- func (c LedgerDigestUploadsClient) DisableThenPoll(ctx context.Context, id commonids.SqlDatabaseId) error
- func (c LedgerDigestUploadsClient) Get(ctx context.Context, id commonids.SqlDatabaseId) (result GetOperationResponse, err error)
- func (c LedgerDigestUploadsClient) ListByDatabase(ctx context.Context, id commonids.SqlDatabaseId) (result ListByDatabaseOperationResponse, err error)
- func (c LedgerDigestUploadsClient) ListByDatabaseComplete(ctx context.Context, id commonids.SqlDatabaseId) (ListByDatabaseCompleteResult, error)
- func (c LedgerDigestUploadsClient) ListByDatabaseCompleteMatchingPredicate(ctx context.Context, id commonids.SqlDatabaseId, ...) (result ListByDatabaseCompleteResult, err error)
- type LedgerDigestUploadsOperationPredicate
- type LedgerDigestUploadsProperties
- type LedgerDigestUploadsState
- type ListByDatabaseCompleteResult
- type ListByDatabaseOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForLedgerDigestUploadsState ¶
func PossibleValuesForLedgerDigestUploadsState() []string
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *LedgerDigestUploads }
type LedgerDigestUploads ¶
type LedgerDigestUploads struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *LedgerDigestUploadsProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type LedgerDigestUploadsClient ¶
type LedgerDigestUploadsClient struct {
Client *resourcemanager.Client
}
func NewLedgerDigestUploadsClientWithBaseURI ¶
func NewLedgerDigestUploadsClientWithBaseURI(sdkApi sdkEnv.Api) (*LedgerDigestUploadsClient, error)
func (LedgerDigestUploadsClient) CreateOrUpdate ¶
func (c LedgerDigestUploadsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlDatabaseId, input LedgerDigestUploads) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (LedgerDigestUploadsClient) CreateOrUpdateThenPoll ¶
func (c LedgerDigestUploadsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlDatabaseId, input LedgerDigestUploads) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (LedgerDigestUploadsClient) Disable ¶
func (c LedgerDigestUploadsClient) Disable(ctx context.Context, id commonids.SqlDatabaseId) (result DisableOperationResponse, err error)
Disable ...
func (LedgerDigestUploadsClient) DisableThenPoll ¶
func (c LedgerDigestUploadsClient) DisableThenPoll(ctx context.Context, id commonids.SqlDatabaseId) error
DisableThenPoll performs Disable then polls until it's completed
func (LedgerDigestUploadsClient) Get ¶
func (c LedgerDigestUploadsClient) Get(ctx context.Context, id commonids.SqlDatabaseId) (result GetOperationResponse, err error)
Get ...
func (LedgerDigestUploadsClient) ListByDatabase ¶
func (c LedgerDigestUploadsClient) ListByDatabase(ctx context.Context, id commonids.SqlDatabaseId) (result ListByDatabaseOperationResponse, err error)
ListByDatabase ...
func (LedgerDigestUploadsClient) ListByDatabaseComplete ¶
func (c LedgerDigestUploadsClient) ListByDatabaseComplete(ctx context.Context, id commonids.SqlDatabaseId) (ListByDatabaseCompleteResult, error)
ListByDatabaseComplete retrieves all the results into a single object
func (LedgerDigestUploadsClient) ListByDatabaseCompleteMatchingPredicate ¶
func (c LedgerDigestUploadsClient) ListByDatabaseCompleteMatchingPredicate(ctx context.Context, id commonids.SqlDatabaseId, predicate LedgerDigestUploadsOperationPredicate) (result ListByDatabaseCompleteResult, err error)
ListByDatabaseCompleteMatchingPredicate retrieves all the results and then applies the predicate
type LedgerDigestUploadsOperationPredicate ¶
func (LedgerDigestUploadsOperationPredicate) Matches ¶
func (p LedgerDigestUploadsOperationPredicate) Matches(input LedgerDigestUploads) bool
type LedgerDigestUploadsProperties ¶
type LedgerDigestUploadsProperties struct { DigestStorageEndpoint *string `json:"digestStorageEndpoint,omitempty"` State *LedgerDigestUploadsState `json:"state,omitempty"` }
type LedgerDigestUploadsState ¶
type LedgerDigestUploadsState string
const ( LedgerDigestUploadsStateDisabled LedgerDigestUploadsState = "Disabled" LedgerDigestUploadsStateEnabled LedgerDigestUploadsState = "Enabled" )
func (*LedgerDigestUploadsState) UnmarshalJSON ¶
func (s *LedgerDigestUploadsState) UnmarshalJSON(bytes []byte) error
type ListByDatabaseCompleteResult ¶
type ListByDatabaseCompleteResult struct { LatestHttpResponse *http.Response Items []LedgerDigestUploads }
type ListByDatabaseOperationResponse ¶
type ListByDatabaseOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]LedgerDigestUploads }
Click to show internal directories.
Click to hide internal directories.