ArmAppServiceModelFactory.CsmDeploymentStatus 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 CsmDeploymentStatus.
public static Azure.ResourceManager.AppService.Models.CsmDeploymentStatus CsmDeploymentStatus (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string deploymentId = default, Azure.ResourceManager.AppService.Models.DeploymentBuildStatus? status = default, int? numberOfInstancesInProgress = default, int? numberOfInstancesSuccessful = default, int? numberOfInstancesFailed = default, System.Collections.Generic.IEnumerable<string> failedInstancesLogs = default, System.Collections.Generic.IEnumerable<Azure.ResponseError> errors = default, string kind = default);
static member CsmDeploymentStatus : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ResourceManager.AppService.Models.DeploymentBuildStatus> * Nullable<int> * Nullable<int> * Nullable<int> * seq<string> * seq<Azure.ResponseError> * string -> Azure.ResourceManager.AppService.Models.CsmDeploymentStatus
Public Shared Function CsmDeploymentStatus (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional deploymentId As String = Nothing, Optional status As Nullable(Of DeploymentBuildStatus) = Nothing, Optional numberOfInstancesInProgress As Nullable(Of Integer) = Nothing, Optional numberOfInstancesSuccessful As Nullable(Of Integer) = Nothing, Optional numberOfInstancesFailed As Nullable(Of Integer) = Nothing, Optional failedInstancesLogs As IEnumerable(Of String) = Nothing, Optional errors As IEnumerable(Of ResponseError) = Nothing, Optional kind As String = Nothing) As CsmDeploymentStatus
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- deploymentId
- String
Deployment operation id.
- status
- Nullable<DeploymentBuildStatus>
Deployment build status.
- failedInstancesLogs
- IEnumerable<String>
List of URLs pointing to logs for instances which failed to provision.
- errors
- IEnumerable<ResponseError>
List of errors.
- kind
- String
Kind of resource.
Returns
A new CsmDeploymentStatus 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