Partager via


ApiManagementClient.RestoreApiManagement Method

Definition

Overloads

RestoreApiManagement(String, String, String, String, String, String)
RestoreApiManagement(String, String, String, String, String, String, String, String)

RestoreApiManagement(String, String, String, String, String, String)

public Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement RestoreApiManagement (string resourceGroupName, string serviceName, string storageAccountName, string storageAccountKey, string backupContainer, string backupBlob);
member this.RestoreApiManagement : string * string * string * string * string * string -> Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement
Public Function RestoreApiManagement (resourceGroupName As String, serviceName As String, storageAccountName As String, storageAccountKey As String, backupContainer As String, backupBlob As String) As PsApiManagement

Parameters

resourceGroupName
String
serviceName
String
storageAccountName
String
storageAccountKey
String
backupContainer
String
backupBlob
String

Returns

Applies to

RestoreApiManagement(String, String, String, String, String, String, String, String)

public Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement RestoreApiManagement (string resourceGroupName, string serviceName, string storageAccountName, string storageAccountKey, string backupContainer, string backupBlob, string accessType, string identityClientId);
member this.RestoreApiManagement : string * string * string * string * string * string * string * string -> Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement
Public Function RestoreApiManagement (resourceGroupName As String, serviceName As String, storageAccountName As String, storageAccountKey As String, backupContainer As String, backupBlob As String, accessType As String, identityClientId As String) As PsApiManagement

Parameters

resourceGroupName
String
serviceName
String
storageAccountName
String
storageAccountKey
String
backupContainer
String
backupBlob
String
accessType
String
identityClientId
String

Returns

Applies to