Interface SharedKeys


public interface SharedKeys
An immutable client-side representation of SharedKeys.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner object.
    Gets the primarySharedKey property: The primary shared key of a workspace.
    Gets the secondarySharedKey property: The secondary shared key of a workspace.
  • Method Details

    • primarySharedKey

      String primarySharedKey()
      Gets the primarySharedKey property: The primary shared key of a workspace.
      Returns:
      the primarySharedKey value.
    • secondarySharedKey

      String secondarySharedKey()
      Gets the secondarySharedKey property: The secondary shared key of a workspace.
      Returns:
      the secondarySharedKey value.
    • innerModel

      SharedKeysInner innerModel()
      Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner object.
      Returns:
      the inner object.