azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

180 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch"
name: "LogProfileResourcePatch"
nameWithType: "LogProfileResourcePatch"
summary: "The log profile resource for patch operations."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **LogProfileResourcePatch**"
constructors:
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.LogProfileResourcePatch()"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.LogProfileResourcePatch()"
name: "LogProfileResourcePatch()"
nameWithType: "LogProfileResourcePatch.LogProfileResourcePatch()"
syntax: "public LogProfileResourcePatch()"
methods:
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.categories()"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.categories()"
name: "categories()"
nameWithType: "LogProfileResourcePatch.categories()"
summary: "Get the categories of the logs."
syntax: "public List<String> categories()"
desc: "Get the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.'."
returns:
description: "the categories value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.locations()"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.locations()"
name: "locations()"
nameWithType: "LogProfileResourcePatch.locations()"
summary: "Get list of regions for which Activity Log events should be stored or streamed."
syntax: "public List<String> locations()"
desc: "Get list of regions for which Activity Log events should be stored or streamed. It is a comma separated list of valid ARM locations including the 'global' location."
returns:
description: "the locations value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.retentionPolicy()"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.retentionPolicy()"
name: "retentionPolicy()"
nameWithType: "LogProfileResourcePatch.retentionPolicy()"
summary: "Get the retention policy for the events in the log."
syntax: "public RetentionPolicy retentionPolicy()"
desc: "Get the retention policy for the events in the log."
returns:
description: "the retentionPolicy value"
type: "<xref href=\"com.microsoft.azure.management.monitor.RetentionPolicy?alt=com.microsoft.azure.management.monitor.RetentionPolicy&text=RetentionPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.serviceBusRuleId()"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.serviceBusRuleId()"
name: "serviceBusRuleId()"
nameWithType: "LogProfileResourcePatch.serviceBusRuleId()"
summary: "Get the service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log."
syntax: "public String serviceBusRuleId()"
desc: "Get the service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log. The rule ID is of the format: '\\{service bus resource ID\\}/authorizationrules/\\{key name\\}'."
returns:
description: "the serviceBusRuleId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.storageAccountId()"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.storageAccountId()"
name: "storageAccountId()"
nameWithType: "LogProfileResourcePatch.storageAccountId()"
summary: "Get the resource id of the storage account to which you would like to send the Activity Log."
syntax: "public String storageAccountId()"
desc: "Get the resource id of the storage account to which you would like to send the Activity Log."
returns:
description: "the storageAccountId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.tags()"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.tags()"
name: "tags()"
nameWithType: "LogProfileResourcePatch.tags()"
summary: "Get resource tags."
syntax: "public Map<String,String> tags()"
desc: "Get resource tags."
returns:
description: "the tags value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withCategories(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withCategories(List<String> categories)"
name: "withCategories(List<String> categories)"
nameWithType: "LogProfileResourcePatch.withCategories(List<String> categories)"
summary: "Set the categories of the logs."
parameters:
- description: "the categories value to set"
name: "categories"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LogProfileResourcePatch withCategories(List<String> categories)"
desc: "Set the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.'."
returns:
description: "the LogProfileResourcePatch object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.LogProfileResourcePatch?alt=com.microsoft.azure.management.monitor.LogProfileResourcePatch&text=LogProfileResourcePatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withLocations(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withLocations(List<String> locations)"
name: "withLocations(List<String> locations)"
nameWithType: "LogProfileResourcePatch.withLocations(List<String> locations)"
summary: "Set list of regions for which Activity Log events should be stored or streamed."
parameters:
- description: "the locations value to set"
name: "locations"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LogProfileResourcePatch withLocations(List<String> locations)"
desc: "Set list of regions for which Activity Log events should be stored or streamed. It is a comma separated list of valid ARM locations including the 'global' location."
returns:
description: "the LogProfileResourcePatch object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.LogProfileResourcePatch?alt=com.microsoft.azure.management.monitor.LogProfileResourcePatch&text=LogProfileResourcePatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withRetentionPolicy(com.microsoft.azure.management.monitor.RetentionPolicy)"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withRetentionPolicy(RetentionPolicy retentionPolicy)"
name: "withRetentionPolicy(RetentionPolicy retentionPolicy)"
nameWithType: "LogProfileResourcePatch.withRetentionPolicy(RetentionPolicy retentionPolicy)"
summary: "Set the retention policy for the events in the log."
parameters:
- description: "the retentionPolicy value to set"
name: "retentionPolicy"
type: "<xref href=\"com.microsoft.azure.management.monitor.RetentionPolicy?alt=com.microsoft.azure.management.monitor.RetentionPolicy&text=RetentionPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LogProfileResourcePatch withRetentionPolicy(RetentionPolicy retentionPolicy)"
desc: "Set the retention policy for the events in the log."
returns:
description: "the LogProfileResourcePatch object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.LogProfileResourcePatch?alt=com.microsoft.azure.management.monitor.LogProfileResourcePatch&text=LogProfileResourcePatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withServiceBusRuleId(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withServiceBusRuleId(String serviceBusRuleId)"
name: "withServiceBusRuleId(String serviceBusRuleId)"
nameWithType: "LogProfileResourcePatch.withServiceBusRuleId(String serviceBusRuleId)"
summary: "Set the service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log."
parameters:
- description: "the serviceBusRuleId value to set"
name: "serviceBusRuleId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LogProfileResourcePatch withServiceBusRuleId(String serviceBusRuleId)"
desc: "Set the service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log. The rule ID is of the format: '\\{service bus resource ID\\}/authorizationrules/\\{key name\\}'."
returns:
description: "the LogProfileResourcePatch object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.LogProfileResourcePatch?alt=com.microsoft.azure.management.monitor.LogProfileResourcePatch&text=LogProfileResourcePatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withStorageAccountId(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withStorageAccountId(String storageAccountId)"
name: "withStorageAccountId(String storageAccountId)"
nameWithType: "LogProfileResourcePatch.withStorageAccountId(String storageAccountId)"
summary: "Set the resource id of the storage account to which you would like to send the Activity Log."
parameters:
- description: "the storageAccountId value to set"
name: "storageAccountId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LogProfileResourcePatch withStorageAccountId(String storageAccountId)"
desc: "Set the resource id of the storage account to which you would like to send the Activity Log."
returns:
description: "the LogProfileResourcePatch object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.LogProfileResourcePatch?alt=com.microsoft.azure.management.monitor.LogProfileResourcePatch&text=LogProfileResourcePatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.monitor.LogProfileResourcePatch.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "LogProfileResourcePatch.withTags(Map<String,String> tags)"
summary: "Set resource tags."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LogProfileResourcePatch withTags(Map<String,String> tags)"
desc: "Set resource tags."
returns:
description: "the LogProfileResourcePatch object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.LogProfileResourcePatch?alt=com.microsoft.azure.management.monitor.LogProfileResourcePatch&text=LogProfileResourcePatch\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The log profile resource for patch operations."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4