Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheAccessPolicyId ¶
type CacheAccessPolicyId struct { SubscriptionId string ResourceGroup string CacheName string Name string }
func CacheAccessPolicyID ¶
func CacheAccessPolicyID(input string) (*CacheAccessPolicyId, error)
CacheAccessPolicyID parses a CacheAccessPolicy ID into an CacheAccessPolicyId struct
func NewCacheAccessPolicyID ¶
func NewCacheAccessPolicyID(subscriptionId, resourceGroup, cacheName, name string) CacheAccessPolicyId
func (CacheAccessPolicyId) ID ¶
func (id CacheAccessPolicyId) ID() string
func (CacheAccessPolicyId) String ¶
func (id CacheAccessPolicyId) String() string
type StorageTargetId ¶
type StorageTargetId struct { SubscriptionId string ResourceGroup string CacheName string Name string }
func NewStorageTargetID ¶
func NewStorageTargetID(subscriptionId, resourceGroup, cacheName, name string) StorageTargetId
func StorageTargetID ¶
func StorageTargetID(input string) (*StorageTargetId, error)
StorageTargetID parses a StorageTarget ID into an StorageTargetId struct
func (StorageTargetId) ID ¶
func (id StorageTargetId) ID() string
func (StorageTargetId) String ¶
func (id StorageTargetId) String() string
Click to show internal directories.
Click to hide internal directories.