Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppServiceEnvironmentId ¶
type AppServiceEnvironmentId struct { SubscriptionId string ResourceGroup string HostingEnvironmentName string }
func AppServiceEnvironmentID ¶
func AppServiceEnvironmentID(input string) (*AppServiceEnvironmentId, error)
AppServiceEnvironmentID parses a AppServiceEnvironment ID into an AppServiceEnvironmentId struct
func NewAppServiceEnvironmentID ¶
func NewAppServiceEnvironmentID(subscriptionId, resourceGroup, hostingEnvironmentName string) AppServiceEnvironmentId
func (AppServiceEnvironmentId) ID ¶
func (id AppServiceEnvironmentId) ID() string
func (AppServiceEnvironmentId) String ¶
func (id AppServiceEnvironmentId) String() string
type AppServiceSourceControlTokenId ¶
type AppServiceSourceControlTokenId struct {
Type string
}
func AppServiceSourceControlTokenID ¶
func AppServiceSourceControlTokenID(input string) (*AppServiceSourceControlTokenId, error)
func NewAppServiceSourceControlTokenID ¶
func NewAppServiceSourceControlTokenID(input string) AppServiceSourceControlTokenId
func (AppServiceSourceControlTokenId) ID ¶
func (id AppServiceSourceControlTokenId) ID() string
func (AppServiceSourceControlTokenId) String ¶
func (id AppServiceSourceControlTokenId) String() string
type ServicePlanId ¶
func NewServicePlanID ¶
func NewServicePlanID(subscriptionId, resourceGroup, serverfarmName string) ServicePlanId
func ServicePlanID ¶
func ServicePlanID(input string) (*ServicePlanId, error)
ServicePlanID parses a ServicePlan ID into an ServicePlanId struct
func (ServicePlanId) ID ¶
func (id ServicePlanId) ID() string
func (ServicePlanId) String ¶
func (id ServicePlanId) String() string
Click to show internal directories.
Click to hide internal directories.