
com.pulumi.azurenative.datashare.inputs.ListShareSubscriptionSourceShareSynchronizationSettingsArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.datashare.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ListShareSubscriptionSourceShareSynchronizationSettingsArgs extends com.pulumi.resources.InvokeArgs {
public static final ListShareSubscriptionSourceShareSynchronizationSettingsArgs Empty = new ListShareSubscriptionSourceShareSynchronizationSettingsArgs();
/**
* The name of the share account.
*
*/
@Import(name="accountName", required=true)
private Output accountName;
/**
* @return The name of the share account.
*
*/
public Output accountName() {
return this.accountName;
}
/**
* The resource group name.
*
*/
@Import(name="resourceGroupName", required=true)
private Output resourceGroupName;
/**
* @return The resource group name.
*
*/
public Output resourceGroupName() {
return this.resourceGroupName;
}
/**
* The name of the shareSubscription.
*
*/
@Import(name="shareSubscriptionName", required=true)
private Output shareSubscriptionName;
/**
* @return The name of the shareSubscription.
*
*/
public Output shareSubscriptionName() {
return this.shareSubscriptionName;
}
/**
* Continuation token
*
*/
@Import(name="skipToken")
private @Nullable Output skipToken;
/**
* @return Continuation token
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy