Documentation ¶
Index ¶
Constants ¶
View Source
const ArmResourceSep = "/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArmApiAppInfo ¶
type ArmApiAppInfo struct {
// contains filtered or unexported fields
}
func NewArmApiAppInfo ¶
func NewArmApiAppInfo(fullyQualifiedId, resType, name, displayName, gatewayUrl string) *ArmApiAppInfo
func (*ArmApiAppInfo) DisplayName ¶
func (a *ArmApiAppInfo) DisplayName() string
func (*ArmApiAppInfo) GatewayUrl ¶
func (a *ArmApiAppInfo) GatewayUrl() string
func (*ArmApiAppInfo) Type ¶
func (a *ArmApiAppInfo) Type() string
type ArmResource ¶
type ArmResource struct {
// contains filtered or unexported fields
}
ArmResource ResourceGroup - /subscriptions/<sub_id>/resourceGroups/<group>
func NewArmResource ¶
func NewArmResource(fullyQualifiedId, resType, resName, displayName string) (*ArmResource, error)
func (*ArmResource) DisplayName ¶
func (ar *ArmResource) DisplayName() string
func (*ArmResource) Id ¶
func (ar *ArmResource) Id() string
func (*ArmResource) Name ¶
func (ar *ArmResource) Name() string
func (*ArmResource) ResourceGroup ¶
func (ar *ArmResource) ResourceGroup() string
func (*ArmResource) Type ¶
func (ar *ArmResource) Type() string
Click to show internal directories.
Click to hide internal directories.