Documentation
¶
Index ¶
- func PossibleValuesForSerial() []int64
- func ValidateRemoteRenderingAccountID(input interface{}, key string) (warnings []string, errors []error)
- type AccountKeyRegenerateRequest
- type AccountKeys
- type KeyClient
- func (c KeyClient) RemoteRenderingAccountsListKeys(ctx context.Context, id RemoteRenderingAccountId) (result RemoteRenderingAccountsListKeysOperationResponse, err error)
- func (c KeyClient) RemoteRenderingAccountsRegenerateKeys(ctx context.Context, id RemoteRenderingAccountId, ...) (result RemoteRenderingAccountsRegenerateKeysOperationResponse, err error)
- type RemoteRenderingAccountId
- type RemoteRenderingAccountsListKeysOperationResponse
- type RemoteRenderingAccountsRegenerateKeysOperationResponse
- type Serial
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForSerial ¶
func PossibleValuesForSerial() []int64
func ValidateRemoteRenderingAccountID ¶
func ValidateRemoteRenderingAccountID(input interface{}, key string) (warnings []string, errors []error)
ValidateRemoteRenderingAccountID checks that 'input' can be parsed as a Remote Rendering Account ID
Types ¶
type AccountKeyRegenerateRequest ¶
type AccountKeyRegenerateRequest struct {
Serial *Serial `json:"serial,omitempty"`
}
type AccountKeys ¶
type KeyClient ¶
type KeyClient struct {
Client *resourcemanager.Client
}
func (KeyClient) RemoteRenderingAccountsListKeys ¶
func (c KeyClient) RemoteRenderingAccountsListKeys(ctx context.Context, id RemoteRenderingAccountId) (result RemoteRenderingAccountsListKeysOperationResponse, err error)
RemoteRenderingAccountsListKeys ...
func (KeyClient) RemoteRenderingAccountsRegenerateKeys ¶
func (c KeyClient) RemoteRenderingAccountsRegenerateKeys(ctx context.Context, id RemoteRenderingAccountId, input AccountKeyRegenerateRequest) (result RemoteRenderingAccountsRegenerateKeysOperationResponse, err error)
RemoteRenderingAccountsRegenerateKeys ...
type RemoteRenderingAccountId ¶
type RemoteRenderingAccountId struct { SubscriptionId string ResourceGroupName string RemoteRenderingAccountName string }
RemoteRenderingAccountId is a struct representing the Resource ID for a Remote Rendering Account
func NewRemoteRenderingAccountID ¶
func NewRemoteRenderingAccountID(subscriptionId string, resourceGroupName string, remoteRenderingAccountName string) RemoteRenderingAccountId
NewRemoteRenderingAccountID returns a new RemoteRenderingAccountId struct
func ParseRemoteRenderingAccountID ¶
func ParseRemoteRenderingAccountID(input string) (*RemoteRenderingAccountId, error)
ParseRemoteRenderingAccountID parses 'input' into a RemoteRenderingAccountId
func ParseRemoteRenderingAccountIDInsensitively ¶
func ParseRemoteRenderingAccountIDInsensitively(input string) (*RemoteRenderingAccountId, error)
ParseRemoteRenderingAccountIDInsensitively parses 'input' case-insensitively into a RemoteRenderingAccountId note: this method should only be used for API response data and not user input
func (*RemoteRenderingAccountId) FromParseResult ¶
func (id *RemoteRenderingAccountId) FromParseResult(input resourceids.ParseResult) error
func (RemoteRenderingAccountId) ID ¶
func (id RemoteRenderingAccountId) ID() string
ID returns the formatted Remote Rendering Account ID
func (RemoteRenderingAccountId) Segments ¶
func (id RemoteRenderingAccountId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Remote Rendering Account ID
func (RemoteRenderingAccountId) String ¶
func (id RemoteRenderingAccountId) String() string
String returns a human-readable description of this Remote Rendering Account ID
type RemoteRenderingAccountsListKeysOperationResponse ¶
type RemoteRenderingAccountsListKeysOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *AccountKeys }
type RemoteRenderingAccountsRegenerateKeysOperationResponse ¶
type RemoteRenderingAccountsRegenerateKeysOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *AccountKeys }