parse

package
v2.96.0 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 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 AccountId

type AccountId struct {
	SubscriptionId string
	ResourceGroup  string
	Name           string
}

func AccountID

func AccountID(input string) (*AccountId, error)

AccountID parses a Account ID into an AccountId struct

func NewAccountID

func NewAccountID(subscriptionId, resourceGroup, name string) AccountId

func (AccountId) ID

func (id AccountId) ID() string

func (AccountId) String

func (id AccountId) String() string

type DataSetId

type DataSetId struct {
	SubscriptionId string
	ResourceGroup  string
	AccountName    string
	ShareName      string
	Name           string
}

func DataSetID

func DataSetID(input string) (*DataSetId, error)

DataSetID parses a DataSet ID into an DataSetId struct

func NewDataSetID

func NewDataSetID(subscriptionId, resourceGroup, accountName, shareName, name string) DataSetId

func (DataSetId) ID

func (id DataSetId) ID() string

func (DataSetId) String

func (id DataSetId) String() string

type ShareId

type ShareId struct {
	SubscriptionId string
	ResourceGroup  string
	AccountName    string
	Name           string
}

func NewShareID

func NewShareID(subscriptionId, resourceGroup, accountName, name string) ShareId

func ShareID

func ShareID(input string) (*ShareId, error)

ShareID parses a Share ID into an ShareId struct

func (ShareId) ID

func (id ShareId) ID() string

func (ShareId) String

func (id ShareId) String() string

Jump to

Keyboard shortcuts

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