Documentation
¶
Overview ¶
Package azureprovider provides utils to interact with azure traffic manager resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Validator ¶
type Validator struct { ProfileClient *armtrafficmanager.ProfilesClient EndpointClient *armtrafficmanager.EndpointsClient ResourceGroup string }
Validator contains the way of accessing the Azure Traffic Manager resources.
func (*Validator) IsProfileDeleted ¶
IsProfileDeleted validates the traffic manager profile is deleted.
func (*Validator) ValidateProfile ¶
func (v *Validator) ValidateProfile(ctx context.Context, name string, want armtrafficmanager.Profile) *armtrafficmanager.Profile
ValidateProfile validates the traffic manager profile and returns the actual Azure traffic manager profile.
Click to show internal directories.
Click to hide internal directories.