HttpErrorRangeParameters Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
HttpErrorRangeParameters() |
Inicializa uma nova instância da classe HttpErrorRangeParameters. |
HttpErrorRangeParameters(Nullable<Int32>, Nullable<Int32>) |
Inicializa uma nova instância da classe HttpErrorRangeParameters. |
HttpErrorRangeParameters()
Inicializa uma nova instância da classe HttpErrorRangeParameters.
public HttpErrorRangeParameters ();
Public Sub New ()
Aplica-se a
HttpErrorRangeParameters(Nullable<Int32>, Nullable<Int32>)
Inicializa uma nova instância da classe HttpErrorRangeParameters.
public HttpErrorRangeParameters (int? begin = default, int? end = default);
new Microsoft.Azure.Management.Cdn.Models.HttpErrorRangeParameters : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Cdn.Models.HttpErrorRangeParameters
Public Sub New (Optional begin As Nullable(Of Integer) = Nothing, Optional end As Nullable(Of Integer) = Nothing)
Parâmetros
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET