ServiceOperationsExtensions.ValidateInputsByResourceGroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method does all necessary pre-job creation validation under resource group.
public static Microsoft.Azure.Management.DataBox.Models.ValidationResponse ValidateInputsByResourceGroup (this Microsoft.Azure.Management.DataBox.IServiceOperations operations, string resourceGroupName, string location, Microsoft.Azure.Management.DataBox.Models.ValidationRequest validationRequest);
static member ValidateInputsByResourceGroup : Microsoft.Azure.Management.DataBox.IServiceOperations * string * string * Microsoft.Azure.Management.DataBox.Models.ValidationRequest -> Microsoft.Azure.Management.DataBox.Models.ValidationResponse
<Extension()>
Public Function ValidateInputsByResourceGroup (operations As IServiceOperations, resourceGroupName As String, location As String, validationRequest As ValidationRequest) As ValidationResponse
Parameters
- operations
- IServiceOperations
The operations group for this extension method.
- resourceGroupName
- String
The Resource Group Name
- location
- String
The location of the resource
- validationRequest
- ValidationRequest
Inputs of the customer.
Returns
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET