Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.83 KB

AzureLogAnalyticsForwardingConfig.md

File metadata and controls

82 lines (45 loc) · 2.83 KB

AzureLogAnalyticsForwardingConfig

Properties

Name Type Description Notes
AzureWorkspaceId Pointer to string [optional]
AzureWorkspaceKey Pointer to string [optional]

Methods

NewAzureLogAnalyticsForwardingConfig

func NewAzureLogAnalyticsForwardingConfig() *AzureLogAnalyticsForwardingConfig

NewAzureLogAnalyticsForwardingConfig instantiates a new AzureLogAnalyticsForwardingConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewAzureLogAnalyticsForwardingConfigWithDefaults

func NewAzureLogAnalyticsForwardingConfigWithDefaults() *AzureLogAnalyticsForwardingConfig

NewAzureLogAnalyticsForwardingConfigWithDefaults instantiates a new AzureLogAnalyticsForwardingConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetAzureWorkspaceId

func (o *AzureLogAnalyticsForwardingConfig) GetAzureWorkspaceId() string

GetAzureWorkspaceId returns the AzureWorkspaceId field if non-nil, zero value otherwise.

GetAzureWorkspaceIdOk

func (o *AzureLogAnalyticsForwardingConfig) GetAzureWorkspaceIdOk() (*string, bool)

GetAzureWorkspaceIdOk returns a tuple with the AzureWorkspaceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAzureWorkspaceId

func (o *AzureLogAnalyticsForwardingConfig) SetAzureWorkspaceId(v string)

SetAzureWorkspaceId sets AzureWorkspaceId field to given value.

HasAzureWorkspaceId

func (o *AzureLogAnalyticsForwardingConfig) HasAzureWorkspaceId() bool

HasAzureWorkspaceId returns a boolean if a field has been set.

GetAzureWorkspaceKey

func (o *AzureLogAnalyticsForwardingConfig) GetAzureWorkspaceKey() string

GetAzureWorkspaceKey returns the AzureWorkspaceKey field if non-nil, zero value otherwise.

GetAzureWorkspaceKeyOk

func (o *AzureLogAnalyticsForwardingConfig) GetAzureWorkspaceKeyOk() (*string, bool)

GetAzureWorkspaceKeyOk returns a tuple with the AzureWorkspaceKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAzureWorkspaceKey

func (o *AzureLogAnalyticsForwardingConfig) SetAzureWorkspaceKey(v string)

SetAzureWorkspaceKey sets AzureWorkspaceKey field to given value.

HasAzureWorkspaceKey

func (o *AzureLogAnalyticsForwardingConfig) HasAzureWorkspaceKey() bool

HasAzureWorkspaceKey returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]