Documentation ¶
Index ¶
- type Provider
- func (p *Provider) BucketDump(ctx context.Context, action, bucketname string)
- func (p *Provider) DBManagement(action, args string)
- func (p *Provider) EventDump(action, sourceIp string)
- func (p *Provider) ExecuteCloudVMCommand(instanceId, cmd string)
- func (p *Provider) Name() string
- func (p *Provider) Resources(ctx context.Context) (schema.Resources, error)
- func (p *Provider) UserManagement(action, uname, pwd string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { SubscriptionIDs []string Authorizer autorest.Authorizer CredentialsConfig auth.ClientCredentialsConfig // contains filtered or unexported fields }
Provider is a data provider for azure API
func (*Provider) BucketDump ¶ added in v0.0.5
func (*Provider) DBManagement ¶ added in v0.1.1
func (*Provider) ExecuteCloudVMCommand ¶ added in v0.1.1
func (*Provider) UserManagement ¶ added in v0.0.4
Click to show internal directories.
Click to hide internal directories.