Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateNetAppAccountID ¶
ValidateNetAppAccountID checks that 'input' can be parsed as a Net App Account ID
Types ¶
type ListOperationResponse ¶
type NetAppAccountId ¶
NetAppAccountId is a struct representing the Resource ID for a Net App Account
func NewNetAppAccountID ¶
func NewNetAppAccountID(subscriptionId string, resourceGroupName string, accountName string) NetAppAccountId
NewNetAppAccountID returns a new NetAppAccountId struct
func ParseNetAppAccountID ¶
func ParseNetAppAccountID(input string) (*NetAppAccountId, error)
ParseNetAppAccountID parses 'input' into a NetAppAccountId
func ParseNetAppAccountIDInsensitively ¶
func ParseNetAppAccountIDInsensitively(input string) (*NetAppAccountId, error)
ParseNetAppAccountIDInsensitively parses 'input' case-insensitively into a NetAppAccountId note: this method should only be used for API response data and not user input
func (NetAppAccountId) ID ¶
func (id NetAppAccountId) ID() string
ID returns the formatted Net App Account ID
func (NetAppAccountId) Segments ¶
func (id NetAppAccountId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Net App Account ID
func (NetAppAccountId) String ¶
func (id NetAppAccountId) String() string
String returns a human-readable description of this Net App Account ID
type Vault ¶
type Vault struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties VaultProperties `json:"properties"` Type *string `json:"type,omitempty"` }
type VaultProperties ¶
type VaultProperties struct {
VaultName *string `json:"vaultName,omitempty"`
}
type VaultsClient ¶
func NewVaultsClientWithBaseURI ¶
func NewVaultsClientWithBaseURI(endpoint string) VaultsClient
func (VaultsClient) List ¶
func (c VaultsClient) List(ctx context.Context, id NetAppAccountId) (result ListOperationResponse, err error)
List ...