Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.MyWorkbookInner
Packages that use MyWorkbookInner
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of MyWorkbookInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return MyWorkbookInnerModifier and TypeMethodDescriptionMyWorkbooksClient.createOrUpdate(String resourceGroupName, String resourceName, MyWorkbookInner workbookProperties) Create a new private workbook.MyWorkbooksClient.getByResourceGroup(String resourceGroupName, String resourceName) Get a single private workbook by its resourceName.MyWorkbooksClient.update(String resourceGroupName, String resourceName, MyWorkbookInner workbookProperties) Updates a private workbook that has already been added.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type MyWorkbookInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<MyWorkbookInner>MyWorkbooksClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, MyWorkbookInner workbookProperties, String sourceId, com.azure.core.util.Context context) Create a new private workbook.com.azure.core.http.rest.Response<MyWorkbookInner>MyWorkbooksClient.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Get a single private workbook by its resourceName.com.azure.core.http.rest.PagedIterable<MyWorkbookInner>MyWorkbooksClient.list(CategoryType category) Get all private workbooks defined within a specified subscription and category.com.azure.core.http.rest.PagedIterable<MyWorkbookInner>MyWorkbooksClient.list(CategoryType category, List<String> tags, Boolean canFetchContent, com.azure.core.util.Context context) Get all private workbooks defined within a specified subscription and category.com.azure.core.http.rest.PagedIterable<MyWorkbookInner>MyWorkbooksClient.listByResourceGroup(String resourceGroupName, CategoryType category) Get all private workbooks defined within a specified resource group and category.com.azure.core.http.rest.PagedIterable<MyWorkbookInner>MyWorkbooksClient.listByResourceGroup(String resourceGroupName, CategoryType category, List<String> tags, String sourceId, Boolean canFetchContent, com.azure.core.util.Context context) Get all private workbooks defined within a specified resource group and category.com.azure.core.http.rest.Response<MyWorkbookInner>MyWorkbooksClient.updateWithResponse(String resourceGroupName, String resourceName, MyWorkbookInner workbookProperties, String sourceId, com.azure.core.util.Context context) Updates a private workbook that has already been added.Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type MyWorkbookInnerModifier and TypeMethodDescriptionMyWorkbooksClient.createOrUpdate(String resourceGroupName, String resourceName, MyWorkbookInner workbookProperties) Create a new private workbook.com.azure.core.http.rest.Response<MyWorkbookInner>MyWorkbooksClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, MyWorkbookInner workbookProperties, String sourceId, com.azure.core.util.Context context) Create a new private workbook.MyWorkbooksClient.update(String resourceGroupName, String resourceName, MyWorkbookInner workbookProperties) Updates a private workbook that has already been added.com.azure.core.http.rest.Response<MyWorkbookInner>MyWorkbooksClient.updateWithResponse(String resourceGroupName, String resourceName, MyWorkbookInner workbookProperties, String sourceId, com.azure.core.util.Context context) Updates a private workbook that has already been added. -
Uses of MyWorkbookInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return MyWorkbookInnerModifier and TypeMethodDescriptionMyWorkbookInner.withCategory(String category) Set the category property: Workbook category, as defined by the user at creation time.MyWorkbookInner.withDisplayName(String displayName) Set the displayName property: The user-defined name of the private workbook.Set the etag property: Resource etag.Set the id property: Azure resource Id.MyWorkbookInner.withIdentity(MyWorkbookManagedIdentity identity) Set the identity property: Identity used for BYOS.Set the kind property: The kind of workbook.MyWorkbookInner.withLocation(String location) Set the name property: Azure resource name.MyWorkbookInner.withSerializedData(String serializedData) Set the serializedData property: Configuration of this particular private workbook.MyWorkbookInner.withSourceId(String sourceId) Set the sourceId property: Optional resourceId for a source resource.MyWorkbookInner.withStorageUri(String storageUri) Set the storageUri property: BYOS Storage Account URI.MyWorkbookInner.withTagsPropertiesTags(List<String> tags) Set the tags property: A list of 0 or more tags that are associated with this private workbook definition.Set the type property: Azure resource type.MyWorkbookInner.withVersion(String version) Set the version property: This instance's version of the data model. -
Uses of MyWorkbookInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return MyWorkbookInnerModifier and TypeMethodDescriptionMyWorkbook.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.MyWorkbookInner object.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type MyWorkbookInnerModifier and TypeMethodDescriptionMyWorkbooksListResult.value()Get the value property: An array of private workbooks.