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

226 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.fluent.TransfersClient"
fullName: "com.azure.resourcemanager.billing.fluent.TransfersClient"
name: "TransfersClient"
nameWithType: "TransfersClient"
summary: "An instance of this class provides access to all the operations defined in Transfers<wbr>Client."
syntax: "public interface **TransfersClient**"
methods:
- uid: "com.azure.resourcemanager.billing.fluent.TransfersClient.cancel(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.fluent.TransfersClient.cancel(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName)"
name: "cancel(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName)"
nameWithType: "TransfersClient.cancel(String billingAccountName, String billingProfileName, String invoiceSectionName, 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 an invoice section."
name: "invoiceSectionName"
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 TransferDetailsInner cancel(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName)"
desc: "Cancels a transfer request. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "details of the transfer."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner&text=TransferDetailsInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.TransfersClient.cancelWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.fluent.TransfersClient.cancelWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, Context context)"
name: "cancelWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, Context context)"
nameWithType: "TransfersClient.cancelWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, 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 an invoice section."
name: "invoiceSectionName"
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<TransferDetailsInner> cancelWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, Context context)"
desc: "Cancels a transfer request. The operation is supported only for billing accounts with agreement type Microsoft Customer 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.fluent.models.TransferDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner&text=TransferDetailsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.fluent.TransfersClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.fluent.TransfersClient.get(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName)"
name: "get(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName)"
nameWithType: "TransfersClient.get(String billingAccountName, String billingProfileName, String invoiceSectionName, 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 an invoice section."
name: "invoiceSectionName"
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 TransferDetailsInner get(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName)"
desc: "Gets a transfer request by ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "a transfer request by ID."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner&text=TransferDetailsInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.TransfersClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.fluent.TransfersClient.getWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, Context context)"
name: "getWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, Context context)"
nameWithType: "TransfersClient.getWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, 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 an invoice section."
name: "invoiceSectionName"
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<TransferDetailsInner> getWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, Context context)"
desc: "Gets a transfer request by ID. The operation is supported only for billing accounts with agreement type Microsoft Customer 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.fluent.models.TransferDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner&text=TransferDetailsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.fluent.TransfersClient.initiate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.billing.models.InitiateTransferRequest)"
fullName: "com.azure.resourcemanager.billing.fluent.TransfersClient.initiate(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, InitiateTransferRequest parameters)"
name: "initiate(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, InitiateTransferRequest parameters)"
nameWithType: "TransfersClient.initiate(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, InitiateTransferRequest parameters)"
summary: "Sends a request to a user in another 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 an invoice section."
name: "invoiceSectionName"
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.InitiateTransferRequest?alt=com.azure.resourcemanager.billing.models.InitiateTransferRequest&text=InitiateTransferRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract TransferDetailsInner initiate(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, InitiateTransferRequest parameters)"
desc: "Sends a request to a user in another billing account to transfer billing ownership of their subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "details of the transfer."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner&text=TransferDetailsInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.TransfersClient.initiateWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.billing.models.InitiateTransferRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.fluent.TransfersClient.initiateWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, InitiateTransferRequest parameters, Context context)"
name: "initiateWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, InitiateTransferRequest parameters, Context context)"
nameWithType: "TransfersClient.initiateWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, InitiateTransferRequest parameters, Context context)"
summary: "Sends a request to a user in another 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 an invoice section."
name: "invoiceSectionName"
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.InitiateTransferRequest?alt=com.azure.resourcemanager.billing.models.InitiateTransferRequest&text=InitiateTransferRequest\" 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<TransferDetailsInner> initiateWithResponse(String billingAccountName, String billingProfileName, String invoiceSectionName, String transferName, InitiateTransferRequest parameters, Context context)"
desc: "Sends a request to a user in another billing account to transfer billing ownership of their subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer 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.fluent.models.TransferDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner&text=TransferDetailsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.fluent.TransfersClient.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.billing.fluent.TransfersClient.list(String billingAccountName, String billingProfileName, String invoiceSectionName)"
name: "list(String billingAccountName, String billingProfileName, String invoiceSectionName)"
nameWithType: "TransfersClient.list(String billingAccountName, String billingProfileName, String invoiceSectionName)"
summary: "Lists the transfer requests for an invoice section."
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 an invoice section."
name: "invoiceSectionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<TransferDetailsInner> list(String billingAccountName, String billingProfileName, String invoiceSectionName)"
desc: "Lists the transfer requests for an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "the list of transfers initiated by caller 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.fluent.models.TransferDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner&text=TransferDetailsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.fluent.TransfersClient.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.fluent.TransfersClient.list(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
name: "list(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
nameWithType: "TransfersClient.list(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
summary: "Lists the transfer requests for an invoice section."
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 an invoice section."
name: "invoiceSectionName"
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<TransferDetailsInner> list(String billingAccountName, String billingProfileName, String invoiceSectionName, Context context)"
desc: "Lists the transfer requests for an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement."
returns:
description: "the list of transfers initiated by caller 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.fluent.models.TransferDetailsInner?alt=com.azure.resourcemanager.billing.fluent.models.TransferDetailsInner&text=TransferDetailsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in TransfersClient."
metadata: {}
package: "com.azure.resourcemanager.billing.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0