ArmBillingModelFactory.CreatedSubscriptionReseller(String, String) Método
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.
Inicializa uma nova instância de CreatedSubscriptionReseller.
public static Azure.ResourceManager.Billing.Models.CreatedSubscriptionReseller CreatedSubscriptionReseller (string resellerId = default, string description = default);
static member CreatedSubscriptionReseller : string * string -> Azure.ResourceManager.Billing.Models.CreatedSubscriptionReseller
Public Shared Function CreatedSubscriptionReseller (Optional resellerId As String = Nothing, Optional description As String = Nothing) As CreatedSubscriptionReseller
Parâmetros
- resellerId
- String
A ID do MPN do revendedor.
- description
- String
O nome do revendedor.
Retornos
Uma nova CreatedSubscriptionReseller instância para zombar.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET