ArmDataBoxModelFactory.DataBoxHeavyJobSecrets 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.
Initializes a new instance of DataBoxHeavyJobSecrets.
public static Azure.ResourceManager.DataBox.Models.DataBoxHeavyJobSecrets DataBoxHeavyJobSecrets (Azure.ResourceManager.DataBox.Models.DataCenterAccessSecurityCode dataCenterAccessSecurityCode = default, Azure.ResponseError error = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.DataBoxHeavySecret> cabinetPodSecrets = default);
static member DataBoxHeavyJobSecrets : Azure.ResourceManager.DataBox.Models.DataCenterAccessSecurityCode * Azure.ResponseError * seq<Azure.ResourceManager.DataBox.Models.DataBoxHeavySecret> -> Azure.ResourceManager.DataBox.Models.DataBoxHeavyJobSecrets
Public Shared Function DataBoxHeavyJobSecrets (Optional dataCenterAccessSecurityCode As DataCenterAccessSecurityCode = Nothing, Optional error As ResponseError = Nothing, Optional cabinetPodSecrets As IEnumerable(Of DataBoxHeavySecret) = Nothing) As DataBoxHeavyJobSecrets
Parameters
- dataCenterAccessSecurityCode
- DataCenterAccessSecurityCode
Dc Access Security Code for Customer Managed Shipping.
- error
- ResponseError
Error while fetching the secrets.
- cabinetPodSecrets
- IEnumerable<DataBoxHeavySecret>
Contains the list of secret objects for a databox heavy job.
Returns
A new DataBoxHeavyJobSecrets instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET