Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authentication ¶
type Client ¶
type Client struct {
	// contains filtered or unexported fields
}
    func NewClientWithEndpoint ¶
func (*Client) GetMetaData ¶
GetMetaData connects to the ARM metadata service at the configured endpoint, to retrieve information about the current environment. Sometimes an endpoint will not support the latest schema, in such cases it will not be possible to configure all services but a best effort will be made to request and parse an earlier schema version. `name` is used when falling back to an earlier schema version where multiple environments are returned and the desired one must be matched by name.
type DnsSuffixes ¶
type MetaData ¶
type MetaData struct {
	Authentication          Authentication
	DnsSuffixes             DnsSuffixes
	Name                    string
	ResourceIdentifiers     ResourceIdentifiers
	ResourceManagerEndpoint string
}
     Click to show internal directories. 
   Click to hide internal directories.