Метод | Описание | |
---|---|---|
AddLogWriter ( ILogWriter logWriter ) : void | ||
AzureHDInsightClusterManagementClientSimulator ( IHDInsightSubscriptionCredentials credentials ) : System | ||
Cancel ( ) : void | ||
CreateCluster ( ClusterCreateParameters cluster ) : ClusterDetails | ||
CreateCluster ( ClusterCreateParameters cluster, System.TimeSpan timeout ) : ClusterDetails | ||
CreateClusterAsync ( ClusterCreateParameters clusterCreateParameters ) : Task |
||
DeleteCluster ( string dnsName ) : void | ||
DeleteCluster ( string dnsName, System.TimeSpan timeout ) : void | ||
DeleteClusterAsync ( string name ) : Task | ||
DisableHttp ( string dnsName, string location ) : void | ||
DisableHttpAsync ( string dnsName, string location ) : Task | ||
Dispose ( ) : void | ||
EnableHttp ( string dnsName, string location, string httpUserName, string httpPassword ) : void | ||
EnableHttpAsync ( string dnsName, string location, string httpUserName, string httpPassword ) : Task | ||
GetCluster ( string dnsName ) : ClusterDetails | ||
GetClusterAsync ( string name ) : Task |
||
ListAvailableLocations ( ) : Collection |
||
ListAvailableLocationsAsync ( ) : Task |
||
ListAvailableVersions ( ) : Collection |
||
ListAvailableVersionsAsync ( ) : Task |
||
ListClusters ( ) : ICollection |
||
ListClustersAsync ( ) : Task |
||
ListResourceProviderProperties ( ) : string>>.IEnumerable |
||
ListResourceProviderPropertiesAsync ( ) : string>>>.Task |
||
RaiseClusterProvisioningEvent ( object sender, ClusterProvisioningStatusEventArgs e ) : void | ||
SetCancellationSource ( |
Метод | Описание | |
---|---|---|
GetClusterInternal ( string clusterName ) : SimulatorClusterContainer | ||
LogMessage ( string content ) : void |
public AddLogWriter ( ILogWriter logWriter ) : void | ||
logWriter | ILogWriter | |
Результат | void |
public AzureHDInsightClusterManagementClientSimulator ( IHDInsightSubscriptionCredentials credentials ) : System | ||
credentials | IHDInsightSubscriptionCredentials | |
Результат | System |
public CreateCluster ( ClusterCreateParameters cluster ) : ClusterDetails | ||
cluster | ClusterCreateParameters | |
Результат | ClusterDetails |
public CreateCluster ( ClusterCreateParameters cluster, System.TimeSpan timeout ) : ClusterDetails | ||
cluster | ClusterCreateParameters | |
timeout | System.TimeSpan | |
Результат | ClusterDetails |
public CreateClusterAsync ( ClusterCreateParameters clusterCreateParameters ) : Task |
||
clusterCreateParameters | ClusterCreateParameters | |
Результат | Task |
public DeleteCluster ( string dnsName ) : void | ||
dnsName | string | |
Результат | void |
public DeleteCluster ( string dnsName, System.TimeSpan timeout ) : void | ||
dnsName | string | |
timeout | System.TimeSpan | |
Результат | void |
public DeleteClusterAsync ( string name ) : Task | ||
name | string | |
Результат | Task |
public DisableHttp ( string dnsName, string location ) : void | ||
dnsName | string | |
location | string | |
Результат | void |
public DisableHttpAsync ( string dnsName, string location ) : Task | ||
dnsName | string | |
location | string | |
Результат | Task |
public EnableHttp ( string dnsName, string location, string httpUserName, string httpPassword ) : void | ||
dnsName | string | |
location | string | |
httpUserName | string | |
httpPassword | string | |
Результат | void |
public EnableHttpAsync ( string dnsName, string location, string httpUserName, string httpPassword ) : Task | ||
dnsName | string | |
location | string | |
httpUserName | string | |
httpPassword | string | |
Результат | Task |
public GetCluster ( string dnsName ) : ClusterDetails | ||
dnsName | string | |
Результат | ClusterDetails |
public GetClusterAsync ( string name ) : Task |
||
name | string | |
Результат | Task |
public ListAvailableLocations ( ) : Collection |
||
Результат | Collection |
public ListAvailableLocationsAsync ( ) : Task |
||
Результат | Task |
public ListAvailableVersions ( ) : Collection |
||
Результат | Collection |
public ListAvailableVersionsAsync ( ) : Task |
||
Результат | Task |
public ListResourceProviderProperties ( ) : string>>.IEnumerable |
||
Результат | string>>.IEnumerable |
public ListResourceProviderPropertiesAsync ( ) : string>>>.Task |
||
Результат | string>>>.Task |
public RaiseClusterProvisioningEvent ( object sender, ClusterProvisioningStatusEventArgs e ) : void | ||
sender | object | |
e | ClusterProvisioningStatusEventArgs | |
Результат | void |
public SetCancellationSource ( |
||
tokenSource | ||
Результат | void |