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 NamespaceAuthorizationRuleId

type NamespaceAuthorizationRuleId struct {
	SubscriptionId        string
	ResourceGroup         string
	NamespaceName         string
	AuthorizationRuleName string
}

func NamespaceAuthorizationRuleID

func NamespaceAuthorizationRuleID(input string) (*NamespaceAuthorizationRuleId, error)

NamespaceAuthorizationRuleID parses a NamespaceAuthorizationRule ID into an NamespaceAuthorizationRuleId struct

func NewNamespaceAuthorizationRuleID

func NewNamespaceAuthorizationRuleID(subscriptionId, resourceGroup, namespaceName, authorizationRuleName string) NamespaceAuthorizationRuleId

func (NamespaceAuthorizationRuleId) ID

func (NamespaceAuthorizationRuleId) String

type NamespaceDisasterRecoveryConfigId

type NamespaceDisasterRecoveryConfigId struct {
	SubscriptionId             string
	ResourceGroup              string
	NamespaceName              string
	DisasterRecoveryConfigName string
}

func NamespaceDisasterRecoveryConfigID

func NamespaceDisasterRecoveryConfigID(input string) (*NamespaceDisasterRecoveryConfigId, error)

NamespaceDisasterRecoveryConfigID parses a NamespaceDisasterRecoveryConfig ID into an NamespaceDisasterRecoveryConfigId struct

func NewNamespaceDisasterRecoveryConfigID

func NewNamespaceDisasterRecoveryConfigID(subscriptionId, resourceGroup, namespaceName, disasterRecoveryConfigName string) NamespaceDisasterRecoveryConfigId

func (NamespaceDisasterRecoveryConfigId) ID

func (NamespaceDisasterRecoveryConfigId) String

type NamespaceId

type NamespaceId struct {
	SubscriptionId string
	ResourceGroup  string
	Name           string
}

func NamespaceID

func NamespaceID(input string) (*NamespaceId, error)

NamespaceID parses a Namespace ID into an NamespaceId struct

func NewNamespaceID

func NewNamespaceID(subscriptionId, resourceGroup, name string) NamespaceId

func (NamespaceId) ID

func (id NamespaceId) ID() string

func (NamespaceId) String

func (id NamespaceId) String() string

type NamespaceNetworkRuleSetId

type NamespaceNetworkRuleSetId struct {
	SubscriptionId     string
	ResourceGroup      string
	NamespaceName      string
	NetworkrulesetName string
}

func NamespaceNetworkRuleSetID

func NamespaceNetworkRuleSetID(input string) (*NamespaceNetworkRuleSetId, error)

NamespaceNetworkRuleSetID parses a NamespaceNetworkRuleSet ID into an NamespaceNetworkRuleSetId struct

func NewNamespaceNetworkRuleSetID

func NewNamespaceNetworkRuleSetID(subscriptionId, resourceGroup, namespaceName, networkrulesetName string) NamespaceNetworkRuleSetId

func (NamespaceNetworkRuleSetId) ID

func (NamespaceNetworkRuleSetId) String

func (id NamespaceNetworkRuleSetId) String() string

type QueueAuthorizationRuleId

type QueueAuthorizationRuleId struct {
	SubscriptionId        string
	ResourceGroup         string
	NamespaceName         string
	QueueName             string
	AuthorizationRuleName string
}

func NewQueueAuthorizationRuleID

func NewQueueAuthorizationRuleID(subscriptionId, resourceGroup, namespaceName, queueName, authorizationRuleName string) QueueAuthorizationRuleId

func QueueAuthorizationRuleID

func QueueAuthorizationRuleID(input string) (*QueueAuthorizationRuleId, error)

QueueAuthorizationRuleID parses a QueueAuthorizationRule ID into an QueueAuthorizationRuleId struct

func (QueueAuthorizationRuleId) ID

func (QueueAuthorizationRuleId) String

func (id QueueAuthorizationRuleId) String() string

type QueueId

type QueueId struct {
	SubscriptionId string
	ResourceGroup  string
	NamespaceName  string
	Name           string
}

func NewQueueID

func NewQueueID(subscriptionId, resourceGroup, namespaceName, name string) QueueId

func QueueID

func QueueID(input string) (*QueueId, error)

QueueID parses a Queue ID into an QueueId struct

func (QueueId) ID

func (id QueueId) ID() string

func (QueueId) String

func (id QueueId) String() string

type SubscriptionId

type SubscriptionId struct {
	SubscriptionId string
	ResourceGroup  string
	NamespaceName  string
	TopicName      string
	Name           string
}

func NewSubscriptionID

func NewSubscriptionID(subscriptionId, resourceGroup, namespaceName, topicName, name string) SubscriptionId

func SubscriptionID

func SubscriptionID(input string) (*SubscriptionId, error)

SubscriptionID parses a Subscription ID into an SubscriptionId struct

func (SubscriptionId) ID

func (id SubscriptionId) ID() string

func (SubscriptionId) String

func (id SubscriptionId) String() string

type SubscriptionRuleId

type SubscriptionRuleId struct {
	SubscriptionId   string
	ResourceGroup    string
	NamespaceName    string
	TopicName        string
	SubscriptionName string
	RuleName         string
}

func NewSubscriptionRuleID

func NewSubscriptionRuleID(subscriptionId, resourceGroup, namespaceName, topicName, subscriptionName, ruleName string) SubscriptionRuleId

func SubscriptionRuleID

func SubscriptionRuleID(input string) (*SubscriptionRuleId, error)

SubscriptionRuleID parses a SubscriptionRule ID into an SubscriptionRuleId struct

func (SubscriptionRuleId) ID

func (id SubscriptionRuleId) ID() string

func (SubscriptionRuleId) String

func (id SubscriptionRuleId) String() string

type TopicAuthorizationRuleId

type TopicAuthorizationRuleId struct {
	SubscriptionId        string
	ResourceGroup         string
	NamespaceName         string
	TopicName             string
	AuthorizationRuleName string
}

func NewTopicAuthorizationRuleID

func NewTopicAuthorizationRuleID(subscriptionId, resourceGroup, namespaceName, topicName, authorizationRuleName string) TopicAuthorizationRuleId

func TopicAuthorizationRuleID

func TopicAuthorizationRuleID(input string) (*TopicAuthorizationRuleId, error)

TopicAuthorizationRuleID parses a TopicAuthorizationRule ID into an TopicAuthorizationRuleId struct

func (TopicAuthorizationRuleId) ID

func (TopicAuthorizationRuleId) String

func (id TopicAuthorizationRuleId) String() string

type TopicId

type TopicId struct {
	SubscriptionId string
	ResourceGroup  string
	NamespaceName  string
	Name           string
}

func NewTopicID

func NewTopicID(subscriptionId, resourceGroup, namespaceName, name string) TopicId

func TopicID

func TopicID(input string) (*TopicId, error)

TopicID parses a Topic ID into an TopicId struct

func (TopicId) ID

func (id TopicId) ID() string

func (TopicId) String

func (id TopicId) String() string

Jump to

Keyboard shortcuts

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