Property | Type | Description |
---|
Method | Description | |
---|---|---|
AzureSMProfile ( ) : Hyak.Common |
Initializes a new instance of AzureSMProfile
|
|
AzureSMProfile ( string path ) : Hyak.Common |
Initializes a new instance of AzureSMProfile and loads its content from specified path. Any errors generated in the process are stored in ProfileLoadErrors collection.
|
|
Save ( ) : void |
Writes profile to a ProfilePath
|
|
Save ( string path ) : void |
Writes profile to a specified path.
|
|
ToString ( ) : string |
public AzureSMProfile ( string path ) : Hyak.Common | ||
path | string | Location of profile file on disk. |
return | Hyak.Common |
public Save ( string path ) : void | ||
path | string | File path on disk to save profile to |
return | void |