| Name | Type | Description | Notes |
|---|---|---|---|
| AccountKey | Pointer to string | [optional] | |
| AccountName | Pointer to string | [optional] | |
| AuthenticationMethod | Pointer to string | [optional] | |
| ContainerName | Pointer to string | [optional] |
func NewAzureConnectionXO() *AzureConnectionXO
NewAzureConnectionXO instantiates a new AzureConnectionXO 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 NewAzureConnectionXOWithDefaults() *AzureConnectionXO
NewAzureConnectionXOWithDefaults instantiates a new AzureConnectionXO 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 *AzureConnectionXO) GetAccountKey() string
GetAccountKey returns the AccountKey field if non-nil, zero value otherwise.
func (o *AzureConnectionXO) GetAccountKeyOk() (*string, bool)
GetAccountKeyOk returns a tuple with the AccountKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureConnectionXO) SetAccountKey(v string)
SetAccountKey sets AccountKey field to given value.
func (o *AzureConnectionXO) HasAccountKey() bool
HasAccountKey returns a boolean if a field has been set.
func (o *AzureConnectionXO) GetAccountName() string
GetAccountName returns the AccountName field if non-nil, zero value otherwise.
func (o *AzureConnectionXO) GetAccountNameOk() (*string, bool)
GetAccountNameOk returns a tuple with the AccountName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureConnectionXO) SetAccountName(v string)
SetAccountName sets AccountName field to given value.
func (o *AzureConnectionXO) HasAccountName() bool
HasAccountName returns a boolean if a field has been set.
func (o *AzureConnectionXO) GetAuthenticationMethod() string
GetAuthenticationMethod returns the AuthenticationMethod field if non-nil, zero value otherwise.
func (o *AzureConnectionXO) GetAuthenticationMethodOk() (*string, bool)
GetAuthenticationMethodOk returns a tuple with the AuthenticationMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureConnectionXO) SetAuthenticationMethod(v string)
SetAuthenticationMethod sets AuthenticationMethod field to given value.
func (o *AzureConnectionXO) HasAuthenticationMethod() bool
HasAuthenticationMethod returns a boolean if a field has been set.
func (o *AzureConnectionXO) GetContainerName() string
GetContainerName returns the ContainerName field if non-nil, zero value otherwise.
func (o *AzureConnectionXO) GetContainerNameOk() (*string, bool)
GetContainerNameOk returns a tuple with the ContainerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzureConnectionXO) SetContainerName(v string)
SetContainerName sets ContainerName field to given value.
func (o *AzureConnectionXO) HasContainerName() bool
HasContainerName returns a boolean if a field has been set.