Name | Type | Description | Notes |
---|---|---|---|
AzureWorkspaceId | Pointer to string | [optional] | |
AzureWorkspaceKey | Pointer to string | [optional] |
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
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
func (o *AzureLogAnalyticsForwardingConfig) GetAzureWorkspaceId() string
GetAzureWorkspaceId returns the AzureWorkspaceId field if non-nil, zero value otherwise.
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.
func (o *AzureLogAnalyticsForwardingConfig) SetAzureWorkspaceId(v string)
SetAzureWorkspaceId sets AzureWorkspaceId field to given value.
func (o *AzureLogAnalyticsForwardingConfig) HasAzureWorkspaceId() bool
HasAzureWorkspaceId returns a boolean if a field has been set.
func (o *AzureLogAnalyticsForwardingConfig) GetAzureWorkspaceKey() string
GetAzureWorkspaceKey returns the AzureWorkspaceKey field if non-nil, zero value otherwise.
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.
func (o *AzureLogAnalyticsForwardingConfig) SetAzureWorkspaceKey(v string)
SetAzureWorkspaceKey sets AzureWorkspaceKey field to given value.
func (o *AzureLogAnalyticsForwardingConfig) HasAzureWorkspaceKey() bool
HasAzureWorkspaceKey returns a boolean if a field has been set.