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. We currently only support the 2019-05-01 metadata schema, since earlier versions do not reference some mandatory services, notably Microsoft Graph.
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.