parse

package
v2.85.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2021 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationId

type ApplicationId struct {
	SubscriptionId string
	ResourceGroup  string
	Name           string
}

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

type NetworkId struct {
	SubscriptionId string
	ResourceGroup  string
	Name           string
}

func NetworkID

func NetworkID(input string) (*NetworkId, error)

NetworkID parses a Network ID into an NetworkId struct

func NewNetworkID

func NewNetworkID(subscriptionId, resourceGroup, name string) NetworkId

func (NetworkId) ID

func (id NetworkId) ID() string

func (NetworkId) String

func (id NetworkId) String() string

type SecretId

type SecretId struct {
	SubscriptionId string
	ResourceGroup  string
	Name           string
}

func NewSecretID

func NewSecretID(subscriptionId, resourceGroup, name string) SecretId

func SecretID

func SecretID(input string) (*SecretId, error)

SecretID parses a Secret ID into an SecretId struct

func (SecretId) ID

func (id SecretId) ID() string

func (SecretId) String

func (id SecretId) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL