All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.monitor.models.KnownWindowsEventLogDataSourceStreams Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure Monitor SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt

There is a newer version: 2.46.0
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.monitor.models;

import com.azure.core.util.ExpandableStringEnum;
import java.util.Collection;

/**
 * Defines values for KnownWindowsEventLogDataSourceStreams.
 */
public final class KnownWindowsEventLogDataSourceStreams
    extends ExpandableStringEnum {
    /**
     * Static value Microsoft-WindowsEvent for KnownWindowsEventLogDataSourceStreams.
     */
    public static final KnownWindowsEventLogDataSourceStreams MICROSOFT_WINDOWS_EVENT
        = fromString("Microsoft-WindowsEvent");

    /**
     * Static value Microsoft-Event for KnownWindowsEventLogDataSourceStreams.
     */
    public static final KnownWindowsEventLogDataSourceStreams MICROSOFT_EVENT = fromString("Microsoft-Event");

    /**
     * Creates a new instance of KnownWindowsEventLogDataSourceStreams value.
     * 
     * @deprecated Use the {@link #fromString(String)} factory method.
     */
    @Deprecated
    public KnownWindowsEventLogDataSourceStreams() {
    }

    /**
     * Creates or finds a KnownWindowsEventLogDataSourceStreams from its string representation.
     * 
     * @param name a name to look for.
     * @return the corresponding KnownWindowsEventLogDataSourceStreams.
     */
    public static KnownWindowsEventLogDataSourceStreams fromString(String name) {
        return fromString(name, KnownWindowsEventLogDataSourceStreams.class);
    }

    /**
     * Gets known KnownWindowsEventLogDataSourceStreams values.
     * 
     * @return known KnownWindowsEventLogDataSourceStreams values.
     */
    public static Collection values() {
        return values(KnownWindowsEventLogDataSourceStreams.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy