Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationId ¶
func ApplicationID ¶
func ApplicationID(input string) (*ApplicationId, error)
ApplicationID parses a Application ID into an ApplicationId struct
func NewApplicationID ¶
func NewApplicationID(subscriptionId, resourceGroup, name string) ApplicationId
func (ApplicationId) ID ¶
func (id ApplicationId) ID() string
func (ApplicationId) String ¶
func (id ApplicationId) String() string
type NetworkId ¶
func NewNetworkID ¶
type SecretId ¶
func NewSecretID ¶
type SecretValueId ¶
type SecretValueId struct { SubscriptionId string ResourceGroup string SecretName string ValueName string }
func NewSecretValueID ¶
func NewSecretValueID(subscriptionId, resourceGroup, secretName, valueName string) SecretValueId
func SecretValueID ¶
func SecretValueID(input string) (*SecretValueId, error)
SecretValueID parses a SecretValue ID into an SecretValueId struct
func (SecretValueId) ID ¶
func (id SecretValueId) ID() string
func (SecretValueId) String ¶
func (id SecretValueId) String() string
Click to show internal directories.
Click to hide internal directories.