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 ValidateVaultID(input interface{}, key string) (warnings []string, errors []error) + type ExportOperationOptions struct + Filter *string + func DefaultExportOperationOptions() ExportOperationOptions + type ExportOperationResponse struct + HttpResponse *http.Response + type JobsClient struct + Client autorest.Client + func NewJobsClientWithBaseURI(endpoint string) JobsClient + func (c JobsClient) Export(ctx context.Context, id VaultId, options ExportOperationOptions) (result ExportOperationResponse, err error) + type VaultId struct + ResourceGroupName string + SubscriptionId string + VaultName string + func NewVaultID(subscriptionId string, resourceGroupName string, vaultName string) VaultId + func ParseVaultID(input string) (*VaultId, error) + func ParseVaultIDInsensitively(input string) (*VaultId, error) + func (id *VaultId) FromParseResult(input resourceids.ParseResult) error + func (id VaultId) ID() string + func (id VaultId) Segments() []resourceids.Segment + func (id VaultId) String() string