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

108 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.changeanalysis.fluent.ChangesClient"
fullName: "com.azure.resourcemanager.changeanalysis.fluent.ChangesClient"
name: "ChangesClient"
nameWithType: "ChangesClient"
summary: "An instance of this class provides access to all the operations defined in Changes<wbr>Client."
syntax: "public interface ChangesClient"
methods:
- uid: "com.azure.resourcemanager.changeanalysis.fluent.ChangesClient.list(java.time.OffsetDateTime,java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.changeanalysis.fluent.ChangesClient.list(OffsetDateTime startTime, OffsetDateTime endTime)"
name: "list(OffsetDateTime startTime, OffsetDateTime endTime)"
nameWithType: "ChangesClient.list(OffsetDateTime startTime, OffsetDateTime endTime)"
summary: "List the changes of a subscription within the specified time range."
modifiers:
- "abstract"
parameters:
- description: "Specifies the start time of the changes request."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "Specifies the end time of the changes request."
name: "endTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public abstract PagedIterable<ChangeInner> list(OffsetDateTime startTime, OffsetDateTime endTime)"
desc: "List the changes of a subscription within the specified time range. Customer data will always be masked."
returns:
description: "the list of detected changes."
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.changeanalysis.fluent.models.ChangeInner?alt=com.azure.resourcemanager.changeanalysis.fluent.models.ChangeInner&text=ChangeInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.changeanalysis.fluent.ChangesClient.list(java.time.OffsetDateTime,java.time.OffsetDateTime,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.changeanalysis.fluent.ChangesClient.list(OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)"
name: "list(OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)"
nameWithType: "ChangesClient.list(OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)"
summary: "List the changes of a subscription within the specified time range."
modifiers:
- "abstract"
parameters:
- description: "Specifies the start time of the changes request."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "Specifies the end time of the changes request."
name: "endTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "A skip token is used to continue retrieving items after an operation returns a partial result.\n If a previous response contains a nextLink element, the value of the nextLink element will include a\n skipToken parameter that specifies a starting point to use for subsequent calls."
name: "skipToken"
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<ChangeInner> list(OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)"
desc: "List the changes of a subscription within the specified time range. Customer data will always be masked."
returns:
description: "the list of detected changes."
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.changeanalysis.fluent.models.ChangeInner?alt=com.azure.resourcemanager.changeanalysis.fluent.models.ChangeInner&text=ChangeInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.changeanalysis.fluent.ChangesClient.listByResourceGroup(java.lang.String,java.time.OffsetDateTime,java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.changeanalysis.fluent.ChangesClient.listByResourceGroup(String resourceGroupName, OffsetDateTime startTime, OffsetDateTime endTime)"
name: "listByResourceGroup(String resourceGroupName, OffsetDateTime startTime, OffsetDateTime endTime)"
nameWithType: "ChangesClient.listByResourceGroup(String resourceGroupName, OffsetDateTime startTime, OffsetDateTime endTime)"
summary: "List the changes of a resource group within the specified time range."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies the start time of the changes request."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "Specifies the end time of the changes request."
name: "endTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public abstract PagedIterable<ChangeInner> listByResourceGroup(String resourceGroupName, OffsetDateTime startTime, OffsetDateTime endTime)"
desc: "List the changes of a resource group within the specified time range. Customer data will always be masked."
returns:
description: "the list of detected changes."
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.changeanalysis.fluent.models.ChangeInner?alt=com.azure.resourcemanager.changeanalysis.fluent.models.ChangeInner&text=ChangeInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.changeanalysis.fluent.ChangesClient.listByResourceGroup(java.lang.String,java.time.OffsetDateTime,java.time.OffsetDateTime,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.changeanalysis.fluent.ChangesClient.listByResourceGroup(String resourceGroupName, OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)"
name: "listByResourceGroup(String resourceGroupName, OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)"
nameWithType: "ChangesClient.listByResourceGroup(String resourceGroupName, OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)"
summary: "List the changes of a resource group within the specified time range."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies the start time of the changes request."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "Specifies the end time of the changes request."
name: "endTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- description: "A skip token is used to continue retrieving items after an operation returns a partial result.\n If a previous response contains a nextLink element, the value of the nextLink element will include a\n skipToken parameter that specifies a starting point to use for subsequent calls."
name: "skipToken"
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<ChangeInner> listByResourceGroup(String resourceGroupName, OffsetDateTime startTime, OffsetDateTime endTime, String skipToken, Context context)"
desc: "List the changes of a resource group within the specified time range. Customer data will always be masked."
returns:
description: "the list of detected changes."
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.changeanalysis.fluent.models.ChangeInner?alt=com.azure.resourcemanager.changeanalysis.fluent.models.ChangeInner&text=ChangeInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ChangesClient."
metadata: {}
package: "com.azure.resourcemanager.changeanalysis.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-changeanalysis:1.0.0