Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountId ¶
func NewAccountID ¶
type CapacityPoolId ¶
type CapacityPoolId struct { SubscriptionId string ResourceGroup string NetAppAccountName string Name string }
func CapacityPoolID ¶
func CapacityPoolID(input string) (*CapacityPoolId, error)
CapacityPoolID parses a CapacityPool ID into an CapacityPoolId struct
func NewCapacityPoolID ¶
func NewCapacityPoolID(subscriptionId, resourceGroup, netAppAccountName, name string) CapacityPoolId
func (CapacityPoolId) ID ¶
func (id CapacityPoolId) ID() string
func (CapacityPoolId) String ¶
func (id CapacityPoolId) String() string
type SnapshotId ¶
type SnapshotId struct { SubscriptionId string ResourceGroup string NetAppAccountName string CapacityPoolName string VolumeName string Name string }
func NewSnapshotID ¶
func NewSnapshotID(subscriptionId, resourceGroup, netAppAccountName, capacityPoolName, volumeName, name string) SnapshotId
func SnapshotID ¶
func SnapshotID(input string) (*SnapshotId, error)
SnapshotID parses a Snapshot ID into an SnapshotId struct
func (SnapshotId) ID ¶
func (id SnapshotId) ID() string
func (SnapshotId) String ¶
func (id SnapshotId) String() string
type SnapshotPolicyId ¶
type SnapshotPolicyId struct { SubscriptionId string ResourceGroup string NetAppAccountName string Name string }
func NewSnapshotPolicyID ¶
func NewSnapshotPolicyID(subscriptionId, resourceGroup, netAppAccountName, name string) SnapshotPolicyId
func SnapshotPolicyID ¶
func SnapshotPolicyID(input string) (*SnapshotPolicyId, error)
SnapshotPolicyID parses a SnapshotPolicy ID into an SnapshotPolicyId struct
func (SnapshotPolicyId) ID ¶
func (id SnapshotPolicyId) ID() string
func (SnapshotPolicyId) String ¶
func (id SnapshotPolicyId) String() string
Click to show internal directories.
Click to hide internal directories.