Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.91 KB

File metadata and controls

134 lines (73 loc) · 3.91 KB

AzureConnectionXO

Properties

Name Type Description Notes
AccountKey Pointer to string [optional]
AccountName Pointer to string [optional]
AuthenticationMethod Pointer to string [optional]
ContainerName Pointer to string [optional]

Methods

NewAzureConnectionXO

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

NewAzureConnectionXOWithDefaults

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

GetAccountKey

func (o *AzureConnectionXO) GetAccountKey() string

GetAccountKey returns the AccountKey field if non-nil, zero value otherwise.

GetAccountKeyOk

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.

SetAccountKey

func (o *AzureConnectionXO) SetAccountKey(v string)

SetAccountKey sets AccountKey field to given value.

HasAccountKey

func (o *AzureConnectionXO) HasAccountKey() bool

HasAccountKey returns a boolean if a field has been set.

GetAccountName

func (o *AzureConnectionXO) GetAccountName() string

GetAccountName returns the AccountName field if non-nil, zero value otherwise.

GetAccountNameOk

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.

SetAccountName

func (o *AzureConnectionXO) SetAccountName(v string)

SetAccountName sets AccountName field to given value.

HasAccountName

func (o *AzureConnectionXO) HasAccountName() bool

HasAccountName returns a boolean if a field has been set.

GetAuthenticationMethod

func (o *AzureConnectionXO) GetAuthenticationMethod() string

GetAuthenticationMethod returns the AuthenticationMethod field if non-nil, zero value otherwise.

GetAuthenticationMethodOk

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.

SetAuthenticationMethod

func (o *AzureConnectionXO) SetAuthenticationMethod(v string)

SetAuthenticationMethod sets AuthenticationMethod field to given value.

HasAuthenticationMethod

func (o *AzureConnectionXO) HasAuthenticationMethod() bool

HasAuthenticationMethod returns a boolean if a field has been set.

GetContainerName

func (o *AzureConnectionXO) GetContainerName() string

GetContainerName returns the ContainerName field if non-nil, zero value otherwise.

GetContainerNameOk

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.

SetContainerName

func (o *AzureConnectionXO) SetContainerName(v string)

SetContainerName sets ContainerName field to given value.

HasContainerName

func (o *AzureConnectionXO) HasContainerName() bool

HasContainerName returns a boolean if a field has been set.

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