azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

226 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.PartnerTransfers"
fullName: "com.azure.resourcemanager.billing.models.PartnerTransfers"
name: "PartnerTransfers"
nameWithType: "PartnerTransfers"
summary: "Resource collection API of Partner<wbr>Transfers."
syntax: "public interface **PartnerTransfers**"
methods:
- uid: "com.azure.resourcemanager.billing.models.PartnerTransfers.cancel(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.PartnerTransfers.cancel(String billingAccountName, String billingProfileName, String customerName, String transferName)"
name: "cancel(String billingAccountName, String billingProfileName, String customerName, String transferName)"
nameWithType: "PartnerTransfers.cancel(String billingAccountName, String billingProfileName, String customerName, String transferName)"
summary: "Cancels a transfer request."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a customer."
name: "customerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a transfer request."
name: "transferName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PartnerTransferDetails cancel(String billingAccountName, String billingProfileName, String customerName, String transferName)"
desc: "Cancels a transfer request. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "details of the transfer."
type: "<xref href=\"com.azure.resourcemanager.billing.models.PartnerTransferDetails?alt=com.azure.resourcemanager.billing.models.PartnerTransferDetails&text=PartnerTransferDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.PartnerTransfers.cancelWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.PartnerTransfers.cancelWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, Context context)"
name: "cancelWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, Context context)"
nameWithType: "PartnerTransfers.cancelWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, Context context)"
summary: "Cancels a transfer request."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a customer."
name: "customerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a transfer request."
name: "transferName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<PartnerTransferDetails> cancelWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, Context context)"
desc: "Cancels a transfer request. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "details of the transfer along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.PartnerTransferDetails?alt=com.azure.resourcemanager.billing.models.PartnerTransferDetails&text=PartnerTransferDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.PartnerTransfers.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.PartnerTransfers.get(String billingAccountName, String billingProfileName, String customerName, String transferName)"
name: "get(String billingAccountName, String billingProfileName, String customerName, String transferName)"
nameWithType: "PartnerTransfers.get(String billingAccountName, String billingProfileName, String customerName, String transferName)"
summary: "Gets a transfer request by ID."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a customer."
name: "customerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a transfer request."
name: "transferName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PartnerTransferDetails get(String billingAccountName, String billingProfileName, String customerName, String transferName)"
desc: "Gets a transfer request by ID. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "a transfer request by ID."
type: "<xref href=\"com.azure.resourcemanager.billing.models.PartnerTransferDetails?alt=com.azure.resourcemanager.billing.models.PartnerTransferDetails&text=PartnerTransferDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.PartnerTransfers.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.PartnerTransfers.getWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, Context context)"
name: "getWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, Context context)"
nameWithType: "PartnerTransfers.getWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, Context context)"
summary: "Gets a transfer request by ID."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a customer."
name: "customerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a transfer request."
name: "transferName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<PartnerTransferDetails> getWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, Context context)"
desc: "Gets a transfer request by ID. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "a transfer request by ID along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.PartnerTransferDetails?alt=com.azure.resourcemanager.billing.models.PartnerTransferDetails&text=PartnerTransferDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.PartnerTransfers.initiate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.billing.models.PartnerInitiateTransferRequest)"
fullName: "com.azure.resourcemanager.billing.models.PartnerTransfers.initiate(String billingAccountName, String billingProfileName, String customerName, String transferName, PartnerInitiateTransferRequest parameters)"
name: "initiate(String billingAccountName, String billingProfileName, String customerName, String transferName, PartnerInitiateTransferRequest parameters)"
nameWithType: "PartnerTransfers.initiate(String billingAccountName, String billingProfileName, String customerName, String transferName, PartnerInitiateTransferRequest parameters)"
summary: "Sends a request to a user in a customer's billing account to transfer billing ownership of their subscriptions."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a customer."
name: "customerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a transfer request."
name: "transferName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request parameters that are provided to the initiate transfer operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.models.PartnerInitiateTransferRequest?alt=com.azure.resourcemanager.billing.models.PartnerInitiateTransferRequest&text=PartnerInitiateTransferRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PartnerTransferDetails initiate(String billingAccountName, String billingProfileName, String customerName, String transferName, PartnerInitiateTransferRequest parameters)"
desc: "Sends a request to a user in a customer's billing account to transfer billing ownership of their subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "details of the transfer."
type: "<xref href=\"com.azure.resourcemanager.billing.models.PartnerTransferDetails?alt=com.azure.resourcemanager.billing.models.PartnerTransferDetails&text=PartnerTransferDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.PartnerTransfers.initiateWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.billing.models.PartnerInitiateTransferRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.PartnerTransfers.initiateWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, PartnerInitiateTransferRequest parameters, Context context)"
name: "initiateWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, PartnerInitiateTransferRequest parameters, Context context)"
nameWithType: "PartnerTransfers.initiateWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, PartnerInitiateTransferRequest parameters, Context context)"
summary: "Sends a request to a user in a customer's billing account to transfer billing ownership of their subscriptions."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a customer."
name: "customerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a transfer request."
name: "transferName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request parameters that are provided to the initiate transfer operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.models.PartnerInitiateTransferRequest?alt=com.azure.resourcemanager.billing.models.PartnerInitiateTransferRequest&text=PartnerInitiateTransferRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<PartnerTransferDetails> initiateWithResponse(String billingAccountName, String billingProfileName, String customerName, String transferName, PartnerInitiateTransferRequest parameters, Context context)"
desc: "Sends a request to a user in a customer's billing account to transfer billing ownership of their subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "details of the transfer along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.PartnerTransferDetails?alt=com.azure.resourcemanager.billing.models.PartnerTransferDetails&text=PartnerTransferDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.PartnerTransfers.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.PartnerTransfers.list(String billingAccountName, String billingProfileName, String customerName)"
name: "list(String billingAccountName, String billingProfileName, String customerName)"
nameWithType: "PartnerTransfers.list(String billingAccountName, String billingProfileName, String customerName)"
summary: "Lists the transfer requests sent to a customer."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a customer."
name: "customerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<PartnerTransferDetails> list(String billingAccountName, String billingProfileName, String customerName)"
desc: "Lists the transfer requests sent to a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "the list of transfers initiated by partner as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.PartnerTransferDetails?alt=com.azure.resourcemanager.billing.models.PartnerTransferDetails&text=PartnerTransferDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.PartnerTransfers.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.PartnerTransfers.list(String billingAccountName, String billingProfileName, String customerName, Context context)"
name: "list(String billingAccountName, String billingProfileName, String customerName, Context context)"
nameWithType: "PartnerTransfers.list(String billingAccountName, String billingProfileName, String customerName, Context context)"
summary: "Lists the transfer requests sent to a customer."
modifiers:
- "abstract"
parameters:
- description: "The ID that uniquely identifies a billing account."
name: "billingAccountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a billing profile."
name: "billingProfileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID that uniquely identifies a customer."
name: "customerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<PartnerTransferDetails> list(String billingAccountName, String billingProfileName, String customerName, Context context)"
desc: "Lists the transfer requests sent to a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement."
returns:
description: "the list of transfers initiated by partner as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.PartnerTransferDetails?alt=com.azure.resourcemanager.billing.models.PartnerTransferDetails&text=PartnerTransferDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of PartnerTransfers."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0