IscsiPaths interface
Interface die een IscsiPaths vertegenwoordigt.
Methoden
begin |
Een IscsiPath maken |
begin |
Een IscsiPath maken |
begin |
Een IscsiPath verwijderen |
begin |
Een IscsiPath verwijderen |
get(string, string, Iscsi |
Een IscsiPath ophalen |
list |
IscsiPath-resources weergeven op PrivateCloud |
Methodedetails
beginCreateOrUpdate(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)
Een IscsiPath maken
function beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, resource: IscsiPath, options?: IscsiPathsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IscsiPath>, IscsiPath>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- privateCloudName
-
string
Naam van de privécloud
- resource
- IscsiPath
Parameters voor het maken van resources.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<IscsiPath>, IscsiPath>>
beginCreateOrUpdateAndWait(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)
Een IscsiPath maken
function beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, resource: IscsiPath, options?: IscsiPathsCreateOrUpdateOptionalParams): Promise<IscsiPath>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- privateCloudName
-
string
Naam van de privécloud
- resource
- IscsiPath
Parameters voor het maken van resources.
De optiesparameters.
Retouren
Promise<IscsiPath>
beginDelete(string, string, IscsiPathsDeleteOptionalParams)
Een IscsiPath verwijderen
function beginDelete(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- privateCloudName
-
string
Naam van de privécloud
- options
- IscsiPathsDeleteOptionalParams
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, IscsiPathsDeleteOptionalParams)
Een IscsiPath verwijderen
function beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- privateCloudName
-
string
Naam van de privécloud
- options
- IscsiPathsDeleteOptionalParams
De optiesparameters.
Retouren
Promise<void>
get(string, string, IscsiPathsGetOptionalParams)
Een IscsiPath ophalen
function get(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsGetOptionalParams): Promise<IscsiPath>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- privateCloudName
-
string
Naam van de privécloud
- options
- IscsiPathsGetOptionalParams
De optiesparameters.
Retouren
Promise<IscsiPath>
listByPrivateCloud(string, string, IscsiPathsListByPrivateCloudOptionalParams)
IscsiPath-resources weergeven op PrivateCloud
function listByPrivateCloud(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsListByPrivateCloudOptionalParams): PagedAsyncIterableIterator<IscsiPath, IscsiPath[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- privateCloudName
-
string
Naam van de privécloud
De optiesparameters.