Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.83 KB

File metadata and controls

93 lines (50 loc) · 2.83 KB

AzureCredentialsRequest

Properties

Name Type Description Notes
Name string
AzureSubscriptionId string
AzureTenantId string

Methods

NewAzureCredentialsRequest

func NewAzureCredentialsRequest(name string, azureSubscriptionId string, azureTenantId string, ) *AzureCredentialsRequest

NewAzureCredentialsRequest instantiates a new AzureCredentialsRequest 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

NewAzureCredentialsRequestWithDefaults

func NewAzureCredentialsRequestWithDefaults() *AzureCredentialsRequest

NewAzureCredentialsRequestWithDefaults instantiates a new AzureCredentialsRequest 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

GetName

func (o *AzureCredentialsRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AzureCredentialsRequest) GetNameOk() (*string, bool)

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

SetName

func (o *AzureCredentialsRequest) SetName(v string)

SetName sets Name field to given value.

GetAzureSubscriptionId

func (o *AzureCredentialsRequest) GetAzureSubscriptionId() string

GetAzureSubscriptionId returns the AzureSubscriptionId field if non-nil, zero value otherwise.

GetAzureSubscriptionIdOk

func (o *AzureCredentialsRequest) GetAzureSubscriptionIdOk() (*string, bool)

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

SetAzureSubscriptionId

func (o *AzureCredentialsRequest) SetAzureSubscriptionId(v string)

SetAzureSubscriptionId sets AzureSubscriptionId field to given value.

GetAzureTenantId

func (o *AzureCredentialsRequest) GetAzureTenantId() string

GetAzureTenantId returns the AzureTenantId field if non-nil, zero value otherwise.

GetAzureTenantIdOk

func (o *AzureCredentialsRequest) GetAzureTenantIdOk() (*string, bool)

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

SetAzureTenantId

func (o *AzureCredentialsRequest) SetAzureTenantId(v string)

SetAzureTenantId sets AzureTenantId field to given value.

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